diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-18 10:34:06 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-18 10:34:06 +0100 |
commit | 1df901b1de7854a2cbc439dd0f813e7c93abd9c5 (patch) | |
tree | be269bba2b960e294632a04ea6327b7b5dcf9604 | |
parent | 56d0411b0a8bce305220adbf12f6b859abf9f431 (diff) | |
download | kube-1df901b1de7854a2cbc439dd0f813e7c93abd9c5.tar.gz kube-1df901b1de7854a2cbc439dd0f813e7c93abd9c5.zip |
Fixed some Popup references
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 | ||||
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 14686665..1ef2f267 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -51,7 +51,7 @@ Button { | |||
51 | 51 | ||
52 | modal: true | 52 | modal: true |
53 | focus: true | 53 | focus: true |
54 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent | 54 | closePolicy: Controls2.Popup.CloseOnEscape | Controls2.Popup.CloseOnPressOutsideParent |
55 | 55 | ||
56 | Item { | 56 | Item { |
57 | id: footer | 57 | id: footer |
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index f2ec2826..0a6c08bd 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml | |||
@@ -53,7 +53,7 @@ Controls2.Popup { | |||
53 | 53 | ||
54 | modal: true | 54 | modal: true |
55 | focus: true | 55 | focus: true |
56 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent | 56 | closePolicy: Controls2.Popup.CloseOnEscape | Controls2.Popup.CloseOnPressOutsideParent |
57 | 57 | ||
58 | Item { | 58 | Item { |
59 | 59 | ||