From 1e6c5ff903cdb33f12466628bacde9e37e0a7065 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Aug 2017 21:56:46 -0600 Subject: Fill width in menu --- framework/qml/ContextMenuOverlay.qml | 1 + 1 file changed, 1 insertion(+) 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 { Component.onCompleted: { for (var i = 0; i < root.children.length; i++) { var child = root.children[i] + child.Layout.fillWidth = true child.clicked.connect(close) } } -- cgit v1.2.3