Settings Bottom Menu Bar: Make the preview a bit bigger

On my super small iphone screen it doesn't look great.
This commit is contained in:
Vishesh Handa
2020-10-12 18:05:52 +02:00
parent aa48753f10
commit 0e4bf34843

View File

@ -77,7 +77,7 @@ class _BottomMenuBarSettingsState extends State<BottomMenuBarSettings> {
return ClipRect(
child: Align(
alignment: Alignment.bottomCenter,
heightFactor: 0.10,
heightFactor: 0.12,
child: homeScreen,
),
);