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.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/ContextMenuOverlay.qml b/framework/qml/ContextMenuOverlay.qml
index c85e2cb2..24ad9701 100644
--- a/framework/qml/ContextMenuOverlay.qml
+++ b/framework/qml/ContextMenuOverlay.qml
@@ -57,7 +57,7 @@ Item {
57 anchors.fill: parent 57 anchors.fill: parent
58 color: Kube.Colors.backgroundColor 58 color: Kube.Colors.backgroundColor
59 } 59 }
60 RowLayout { 60 ColumnLayout {
61 id: menuLayout 61 id: menuLayout
62 width: childrenRect.width 62 width: childrenRect.width
63 height: childrenRect.height 63 height: childrenRect.height