mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Fixed the render flex error caused by menu widget title in monero wallet
This commit is contained in:
parent
e7e419bc83
commit
612ab94033
1 changed files with 1 additions and 2 deletions
|
@ -131,9 +131,8 @@ class MenuWidgetState extends State<MenuWidget> {
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
_iconFor(type: widget.dashboardViewModel.type),
|
_iconFor(type: widget.dashboardViewModel.type),
|
||||||
SizedBox(width: 12),
|
SizedBox(width: 12),
|
||||||
Expanded(
|
SingleChildScrollView(
|
||||||
child: Container(
|
child: Container(
|
||||||
height: 42,
|
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment:
|
crossAxisAlignment:
|
||||||
CrossAxisAlignment.start,
|
CrossAxisAlignment.start,
|
||||||
|
|
Loading…
Reference in a new issue