diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-03 17:08:08 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-03 17:08:08 -0600 |
commit | 9a12ed34e2cc29140120dddf31aeeacfee65b997 (patch) | |
tree | e36a6697db9d115340be23af49605515ade23606 | |
parent | dbc6e0d9644c7fc942a3d9228f69fbd49a45c9ef (diff) | |
download | kube-9a12ed34e2cc29140120dddf31aeeacfee65b997.tar.gz kube-9a12ed34e2cc29140120dddf31aeeacfee65b997.zip |
The menu should be a Column
-rw-r--r-- | framework/qml/ContextMenuOverlay.qml | 2 |
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 |