mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
fix layout overflow on desktop
This commit is contained in:
parent
8a63c42582
commit
25c6c7590b
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class _AddEditNodeViewState extends ConsumerState<AddEditNodeView> {
|
||||||
condition: isDesktop,
|
condition: isDesktop,
|
||||||
builder: (child) => DesktopDialog(
|
builder: (child) => DesktopDialog(
|
||||||
maxWidth: 580,
|
maxWidth: 580,
|
||||||
maxHeight: 500,
|
maxHeight: double.infinity,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in a new issue