mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
lock send/receive width
This commit is contained in:
parent
992debc86a
commit
480266ef5f
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ class _DesktopWalletViewState extends ConsumerState<DesktopWalletView> {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
SizedBox(
|
||||||
|
width: 450,
|
||||||
child: MyWallet(
|
child: MyWallet(
|
||||||
walletId: walletId,
|
walletId: walletId,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue