diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 11:26:36 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 11:26:36 +0200 |
commit | 8b0af4ae9d9ed92eb99ec01354aaab970783ac42 (patch) | |
tree | 9c6afe5e4c8bedcbf91c87a9fd186b15053b4e72 /framework/qml/Outbox.qml | |
parent | 7e6c4c7ac72f7a2e118fc442fb6b2606adf4207d (diff) | |
download | kube-8b0af4ae9d9ed92eb99ec01354aaab970783ac42.tar.gz kube-8b0af4ae9d9ed92eb99ec01354aaab970783ac42.zip |
Open popups with open()
Diffstat (limited to 'framework/qml/Outbox.qml')
-rw-r--r-- | framework/qml/Outbox.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/qml/Outbox.qml b/framework/qml/Outbox.qml index 47deb1a5..9d14120a 100644 --- a/framework/qml/Outbox.qml +++ b/framework/qml/Outbox.qml | |||
@@ -68,9 +68,7 @@ Rectangle { | |||
68 | 68 | ||
69 | MouseArea { | 69 | MouseArea { |
70 | anchors.fill: parent | 70 | anchors.fill: parent |
71 | onClicked: { | 71 | onClicked: dialog.open() |
72 | dialog.visible = dialog.visible ? false : true | ||
73 | } | ||
74 | } | 72 | } |
75 | 73 | ||
76 | Kube.Popup { | 74 | Kube.Popup { |