1
0

qml: wallet menu wider to fit wide translated texts

This commit is contained in:
Sander van Grieken
2023-04-24 17:24:22 +02:00
parent e097a3f875
commit 5ead4feabb

View File

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