From 599c6b4e6e377eb7032f6f89bf49e7c9fd4739a6 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 4 Jan 2020 15:01:31 +0100 Subject: [PATCH] Remote Setup: Let the clone url text field expand --- lib/screens/githostsetup_clone_url.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/screens/githostsetup_clone_url.dart b/lib/screens/githostsetup_clone_url.dart index e3ddc199..0e1e5b34 100644 --- a/lib/screens/githostsetup_clone_url.dart +++ b/lib/screens/githostsetup_clone_url.dart @@ -137,6 +137,8 @@ class GitCloneUrlKnownProviderPageState textInputAction: TextInputAction.done, onFieldSubmitted: (String _) => formSubmitted(), initialValue: widget.initialValue, + minLines: 1, + maxLines: 3, ), );