lock send/receive width

This commit is contained in:
julian 2022-10-26 15:09:58 -06:00
parent 992debc86a
commit 480266ef5f

View file

@ -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,
), ),