mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 19:16:09 +00:00
CWA-198 | fixed dashboard_page
This commit is contained in:
parent
2a18f4a1e4
commit
a260ed7cea
1 changed files with 4 additions and 13 deletions
|
@ -62,19 +62,10 @@ class DashboardPageBodyState extends State<DashboardPageBody> {
|
||||||
padding: EdgeInsets.only(left: 20, top: 23),
|
padding: EdgeInsets.only(left: 20, top: 23),
|
||||||
child: WalletCard(),
|
child: WalletCard(),
|
||||||
),
|
),
|
||||||
Expanded(
|
SizedBox(
|
||||||
child: Stack(
|
height: 28,
|
||||||
alignment: Alignment.topCenter,
|
|
||||||
fit: StackFit.expand,
|
|
||||||
children: <Widget>[
|
|
||||||
Positioned(
|
|
||||||
top: 28,
|
|
||||||
left: 0,
|
|
||||||
child: TradeHistoryPanel()
|
|
||||||
),
|
),
|
||||||
],
|
Expanded(child: TradeHistoryPanel())
|
||||||
)
|
|
||||||
)
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue