mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
xpub layout fix for desktop
This commit is contained in:
parent
1e9642ec94
commit
05dc2a23e6
1 changed files with 9 additions and 9 deletions
|
@ -154,6 +154,8 @@ class _XPubViewState extends ConsumerState<XPubView> {
|
||||||
rootNavigator: true,
|
rootNavigator: true,
|
||||||
).pop,
|
).pop,
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
AnimatedSize(
|
AnimatedSize(
|
||||||
duration: const Duration(
|
duration: const Duration(
|
||||||
milliseconds: 150,
|
milliseconds: 150,
|
||||||
|
@ -165,8 +167,6 @@ class _XPubViewState extends ConsumerState<XPubView> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in a new issue