mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 11:15:33 +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),
|
||||
child: WalletCard(),
|
||||
),
|
||||
Expanded(
|
||||
child: Stack(
|
||||
alignment: Alignment.topCenter,
|
||||
fit: StackFit.expand,
|
||||
children: <Widget>[
|
||||
Positioned(
|
||||
top: 28,
|
||||
left: 0,
|
||||
child: TradeHistoryPanel()
|
||||
),
|
||||
],
|
||||
)
|
||||
)
|
||||
SizedBox(
|
||||
height: 28,
|
||||
),
|
||||
Expanded(child: TradeHistoryPanel())
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue