qml: wallet menu wider to fit wide translated texts
This commit is contained in:
@@ -64,6 +64,8 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
property QtObject menu: Menu {
|
property QtObject menu: Menu {
|
||||||
|
id: menu
|
||||||
|
|
||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
dim: true
|
dim: true
|
||||||
modal: true
|
modal: true
|
||||||
@@ -71,7 +73,7 @@ Item {
|
|||||||
color: "#44000000"
|
color: "#44000000"
|
||||||
}
|
}
|
||||||
|
|
||||||
id: menu
|
width: parent.width / 2
|
||||||
|
|
||||||
MenuItem {
|
MenuItem {
|
||||||
icon.color: action.enabled ? 'transparent' : Material.iconDisabledColor
|
icon.color: action.enabled ? 'transparent' : Material.iconDisabledColor
|
||||||
|
|||||||
Reference in New Issue
Block a user