mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
CAKE-20 | changed size of bottom padding for menu widget
This commit is contained in:
parent
33209c3cd6
commit
95d7f9d81a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class MenuWidgetState extends State<MenuWidget> {
|
||||||
headerHeight = 125;
|
headerHeight = 125;
|
||||||
tileHeight = 75;
|
tileHeight = 75;
|
||||||
fromTopEdge = 50;
|
fromTopEdge = 50;
|
||||||
fromBottomEdge = 21;//30;
|
fromBottomEdge = 21;
|
||||||
|
|
||||||
super.initState();
|
super.initState();
|
||||||
WidgetsBinding.instance.addPostFrameCallback(afterLayout);
|
WidgetsBinding.instance.addPostFrameCallback(afterLayout);
|
||||||
|
|
Loading…
Reference in a new issue