summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 17:08:47 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 17:08:47 -0600
commit26675cf7af9198941210fd0db664d74dc3401712 (patch)
tree8b75aeae705106c5cb321664e497add82b6fc986
parent1f91b829aada9b4941c9281f8d45da4908657db8 (diff)
downloadkube-26675cf7af9198941210fd0db664d74dc3401712.tar.gz
kube-26675cf7af9198941210fd0db664d74dc3401712.zip
Expose children so we can add more buttons to the menu.
-rw-r--r--framework/qml/SelectableLabel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/SelectableLabel.qml b/framework/qml/SelectableLabel.qml
index 308bf3d6..159a717f 100644
--- a/framework/qml/SelectableLabel.qml
+++ b/framework/qml/SelectableLabel.qml
@@ -23,6 +23,7 @@ import org.kube.framework 1.0 as Kube
23 23
24Kube.Label { 24Kube.Label {
25 id: root 25 id: root
26 default property alias children: menu.children
26 Kube.ContextMenuOverlay { 27 Kube.ContextMenuOverlay {
27 id: menu 28 id: menu
28 anchors.fill: parent 29 anchors.fill: parent