summaryrefslogtreecommitdiffstats
path: root/framework/qml/ContextMenuOverlay.qml
diff options
context:
space:
mode:
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 }