diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 00:11:58 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 00:11:58 -0600 |
commit | ea54a6077bd0680b4af9eb804c0a7ff7d837f34a (patch) | |
tree | 4d96b4409a088956ac730d3ceaaf113e8b6c0824 /components/accounts/contents/ui/AccountWizard.qml | |
parent | 825fa078e90bb961fe08602b8c84162022fef0d1 (diff) | |
download | kube-ea54a6077bd0680b4af9eb804c0a7ff7d837f34a.tar.gz kube-ea54a6077bd0680b4af9eb804c0a7ff7d837f34a.zip |
Press outside, not outside parent
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index a57ddde3..ea7b491f 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml | |||
@@ -26,7 +26,7 @@ Kube.Popup { | |||
26 | 26 | ||
27 | modal: true | 27 | modal: true |
28 | focus: true | 28 | focus: true |
29 | closePolicy: Controls2.Popup.CloseOnEscape | Controls2.Popup.CloseOnPressOutsideParent | 29 | closePolicy: Controls2.Popup.CloseOnEscape | Controls2.Popup.CloseOnPressOutside |
30 | 30 | ||
31 | clip: true | 31 | clip: true |
32 | 32 | ||