Skip to content

Commit 599c6b4

Browse files
committed
Remote Setup: Let the clone url text field expand
1 parent daa0940 commit 599c6b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/screens/githostsetup_clone_url.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ class GitCloneUrlKnownProviderPageState
137137
textInputAction: TextInputAction.done,
138138
onFieldSubmitted: (String _) => formSubmitted(),
139139
initialValue: widget.initialValue,
140+
minLines: 1,
141+
maxLines: 3,
140142
),
141143
);
142144

0 commit comments

Comments
 (0)