mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
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:
@ -77,7 +77,7 @@ class _BottomMenuBarSettingsState extends State<BottomMenuBarSettings> {
|
||||
return ClipRect(
|
||||
child: Align(
|
||||
alignment: Alignment.bottomCenter,
|
||||
heightFactor: 0.10,
|
||||
heightFactor: 0.12,
|
||||
child: homeScreen,
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user