From 0e4bf348436739bb07eddd8cb373b06a678eb812 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 12 Oct 2020 18:05:52 +0200 Subject: [PATCH] Settings Bottom Menu Bar: Make the preview a bit bigger On my super small iphone screen it doesn't look great. --- lib/screens/settings_bottom_menu_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/settings_bottom_menu_bar.dart b/lib/screens/settings_bottom_menu_bar.dart index fe98c263..b1129689 100644 --- a/lib/screens/settings_bottom_menu_bar.dart +++ b/lib/screens/settings_bottom_menu_bar.dart @@ -77,7 +77,7 @@ class _BottomMenuBarSettingsState extends State { return ClipRect( child: Align( alignment: Alignment.bottomCenter, - heightFactor: 0.10, + heightFactor: 0.12, child: homeScreen, ), );