mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #197 from MikeWallaceDev/fix_application_menu_size_141
Fix application menu size
This commit is contained in:
commit
547be89b72
@ -55,12 +55,9 @@ class ListOverlay extends StatelessWidget {
|
||||
controller: controller,
|
||||
),
|
||||
if (footer != null)
|
||||
SizedBox(
|
||||
height: footer!.height,
|
||||
child: Padding(
|
||||
padding: footer!.padding,
|
||||
child: SizedBox.expand(child: footer!.widget),
|
||||
),
|
||||
Padding(
|
||||
padding: footer!.padding,
|
||||
child: footer!.widget,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user