fix gui overflow issues

This commit is contained in:
julian 2024-11-21 12:14:01 -06:00 committed by julian-CStack
parent 91de7ddbc0
commit 216719ba56
2 changed files with 2 additions and 1 deletions

View file

@ -119,7 +119,7 @@ class _DesktopWalletFeaturesState extends ConsumerState<DesktopWalletFeatures> {
barrierDismissible: false,
builder: (context) => DesktopDialog(
maxWidth: 500,
maxHeight: 210,
maxHeight: double.infinity,
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 32, vertical: 20),
child: Column(

View file

@ -246,6 +246,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
wallet.viewOnlyType == ViewOnlyWalletType.addressOnly;
return DesktopDialog(
maxHeight: double.infinity,
child: Column(
mainAxisSize: MainAxisSize.min,
children: [