Skip to content

Commit 38f79fb

Browse files
authored
Merge branch 'staging' into submodule-macos-shasum
2 parents a0c8757 + 830823f commit 38f79fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/more_features/more_features_dialog.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
336336
return DesktopDialog(
337337
maxHeight: maxDialogHeight,
338338
child: Column(
339-
mainAxisSize: MainAxisSize.max,
339+
mainAxisSize: MainAxisSize.min,
340340
crossAxisAlignment: CrossAxisAlignment.stretch,
341341
children: [
342342
Row(
@@ -353,7 +353,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
353353
],
354354
),
355355

356-
Expanded(
356+
Flexible(
357357
child: SingleChildScrollView(
358358
child: Column(
359359
crossAxisAlignment: CrossAxisAlignment.stretch,

0 commit comments

Comments
 (0)