mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Enlarge the account picker dialog
This commit is contained in:
parent
4740cc2ac5
commit
a142436e7b
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class _WrappedAccountPickerDialog extends StatelessWidget {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
child: Dialog(
|
child: Dialog(
|
||||||
|
insetPadding: const EdgeInsets.symmetric(horizontal: 12, vertical: 24),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8),
|
padding: const EdgeInsets.all(8),
|
||||||
child: ClipRRect(
|
child: ClipRRect(
|
||||||
|
|
Loading…
Reference in a new issue