mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-22 09:09:35 +02:00
Tweaked New Project dialog
This commit is contained in:
parent
0ab607ae3d
commit
bcee2d735d
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ class NewProjectDialog extends HookWidget {
|
|||
};
|
||||
}, [newDialogNameController.text]);
|
||||
|
||||
return Center(
|
||||
child: Card(
|
||||
return Dialog(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: IntrinsicWidth(
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
|
|
Loading…
Add table
Reference in a new issue