diff --git a/electrum/gui/qml/components/WalletMainView.qml b/electrum/gui/qml/components/WalletMainView.qml index 4dec7ca0a..6b219083c 100644 --- a/electrum/gui/qml/components/WalletMainView.qml +++ b/electrum/gui/qml/components/WalletMainView.qml @@ -64,6 +64,8 @@ Item { } property QtObject menu: Menu { + id: menu + parent: Overlay.overlay dim: true modal: true @@ -71,7 +73,7 @@ Item { color: "#44000000" } - id: menu + width: parent.width / 2 MenuItem { icon.color: action.enabled ? 'transparent' : Material.iconDisabledColor