summaryrefslogtreecommitdiffstats
path: root/framework/qml/ContextMenuOverlay.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 21:56:46 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 21:56:46 -0600
commit1e6c5ff903cdb33f12466628bacde9e37e0a7065 (patch)
tree50fada006967599b334fe6c9e69f006311affe13 /framework/qml/ContextMenuOverlay.qml
parentff890bea3bd1c013a2b376329df559b608ea4340 (diff)
downloadkube-1e6c5ff903cdb33f12466628bacde9e37e0a7065.tar.gz
kube-1e6c5ff903cdb33f12466628bacde9e37e0a7065.zip
Fill width in menu
Diffstat (limited to 'framework/qml/ContextMenuOverlay.qml')
-rw-r--r--framework/qml/ContextMenuOverlay.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ContextMenuOverlay.qml b/framework/qml/ContextMenuOverlay.qml
index e56bb6df..ab44e2dc 100644
--- a/framework/qml/ContextMenuOverlay.qml
+++ b/framework/qml/ContextMenuOverlay.qml
@@ -32,6 +32,7 @@ Item {
32 Component.onCompleted: { 32 Component.onCompleted: {
33 for (var i = 0; i < root.children.length; i++) { 33 for (var i = 0; i < root.children.length; i++) {
34 var child = root.children[i] 34 var child = root.children[i]
35 child.Layout.fillWidth = true
35 child.clicked.connect(close) 36 child.clicked.connect(close)
36 } 37 }
37 } 38 }