mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Merge pull request #312 from cake-tech/Fixed-Monero-Nav-Bar-Title
Fixed the render flex error caused by menu widget title in monero wallet
This commit is contained in:
commit
f3cf20c395
1 changed files with 1 additions and 2 deletions
|
@ -133,9 +133,8 @@ class MenuWidgetState extends State<MenuWidget> {
|
|||
children: <Widget>[
|
||||
_iconFor(type: widget.dashboardViewModel.type),
|
||||
SizedBox(width: 12),
|
||||
Expanded(
|
||||
SingleChildScrollView(
|
||||
child: Container(
|
||||
height: 42,
|
||||
child: Column(
|
||||
crossAxisAlignment:
|
||||
CrossAxisAlignment.start,
|
||||
|
|
Loading…
Reference in a new issue