Skip to content

Commit 6e05ce7

Browse files
committed
CloneUrlInput: All it to expand vertically
Ideally one should remove the code duplication of this form, but for now duplicating the code is just so much simpler.
1 parent dccd58c commit 6e05ce7

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
@@ -54,6 +54,8 @@ class GitCloneUrlPageState extends State<GitCloneUrlPage> {
5454
textInputAction: TextInputAction.done,
5555
onFieldSubmitted: (String _) => formSubmitted(),
5656
initialValue: widget.initialValue,
57+
minLines: 1,
58+
maxLines: 3,
5759
),
5860
);
5961

0 commit comments

Comments
 (0)