summaryrefslogtreecommitdiffstats
path: root/components/accounts
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-05 11:02:45 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-05 11:02:45 +0100
commit7d8b069fb61cff1f5dc3206c31cd9c6664d39dc5 (patch)
treebb671699f0787b90e2375d45c47582830dbcfdbd /components/accounts
parent77a18a9c0ab165c6a2889b9b28e8cc8f43f8e4fb (diff)
downloadkube-7d8b069fb61cff1f5dc3206c31cd9c6664d39dc5.tar.gz
kube-7d8b069fb61cff1f5dc3206c31cd9c6664d39dc5.zip
Fix popup reference
Diffstat (limited to 'components/accounts')
-rw-r--r--components/accounts/AccountWizard.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/accounts/AccountWizard.qml b/components/accounts/AccountWizard.qml
index d1fa9299..ccac252b 100644
--- a/components/accounts/AccountWizard.qml
+++ b/components/accounts/AccountWizard.qml
@@ -26,7 +26,7 @@ Controls2.Popup {
26 26
27 modal: true 27 modal: true
28 focus: true 28 focus: true
29 closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent 29 closePolicy: Controls2.Popup.CloseOnEscape | Controls2.Popup.CloseOnPressOutsideParent
30 30
31 clip: true 31 clip: true
32 32