mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-22 17:19:36 +02:00
Made new project dialog scrollable
This is useful in case of small screens
This commit is contained in:
parent
012de37b4a
commit
aea18c3262
1 changed files with 73 additions and 71 deletions
|
@ -21,6 +21,7 @@ class NewProjectDialog extends HookWidget {
|
|||
}, [newDialogNameController.text]);
|
||||
|
||||
return Dialog(
|
||||
child: SingleChildScrollView(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: IntrinsicWidth(
|
||||
|
@ -106,6 +107,7 @@ class NewProjectDialog extends HookWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue