From 63112545a88c430f5e86e90dd8a16f14a0ca9e2c Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Wed, 1 Nov 2023 16:29:33 +0300 Subject: [PATCH] chore(@AccountContexMenu.qml): make the context menu dynamic Removed the predefined width to the new option of including/excluding from total balance is fully visible --- ui/app/AppLayouts/Wallet/views/AccountContextMenu.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/views/AccountContextMenu.qml b/ui/app/AppLayouts/Wallet/views/AccountContextMenu.qml index 7a315bc2ee..443ac3f337 100644 --- a/ui/app/AppLayouts/Wallet/views/AccountContextMenu.qml +++ b/ui/app/AppLayouts/Wallet/views/AccountContextMenu.qml @@ -18,7 +18,6 @@ StatusMenu { signal addWatchOnlyAccountClicked() signal hideFromTotalBalanceClicked(string address, bool hideFromTotalBalance) - width: 204 StatusSuccessAction { id: copyAddressAction