From 9a12ed34e2cc29140120dddf31aeeacfee65b997 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Aug 2017 17:08:08 -0600 Subject: The menu should be a Column --- framework/qml/ContextMenuOverlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') 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 { anchors.fill: parent color: Kube.Colors.backgroundColor } - RowLayout { + ColumnLayout { id: menuLayout width: childrenRect.width height: childrenRect.height -- cgit v1.2.3