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(
child: Row(
children: [
Expanded(
SizedBox(
width: 450,
child: MyWallet(
walletId: walletId,
),