diff --git a/.gitattributes b/.gitattributes
index 7818f5079..35720cb73 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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
diff --git a/Terminal.Gui/Views/TextField.cs b/Terminal.Gui/Views/TextField.cs
index 788967b06..81a8613cb 100644
--- a/Terminal.Gui/Views/TextField.cs
+++ b/Terminal.Gui/Views/TextField.cs
@@ -43,7 +43,7 @@ namespace Terminal.Gui {
/// Initial text contents.
public TextField (string text) : this (ustring.Make (text))
{
-
+ Height = 1;
}
///