mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. (#400)
* Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. * Fixes an issue in the sln file that despite not having been changed, git reports as changed.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -5,9 +5,6 @@
|
||||
# native line endings on checkout.
|
||||
*.cs text
|
||||
|
||||
# Convert to CRLF line endings on checkout.
|
||||
*.sln text eol=crlf
|
||||
|
||||
# Convert to LF line endings on checkout.
|
||||
*.sh text eol=lf
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace Terminal.Gui {
|
||||
/// <param name="text">Initial text contents.</param>
|
||||
public TextField (string text) : this (ustring.Make (text))
|
||||
{
|
||||
|
||||
Height = 1;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user