diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 14:56:25 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-08 14:56:25 +0100 |
commit | bbfe0a77d7070d1a6aabe50a61edcc3d3f14e9fe (patch) | |
tree | 2eb5c4caa80de5602b34c641f994d8b91a009da4 /components/package/contents/ui | |
parent | 3f4e46d65869c80b12b262d4008f8292a53a02d8 (diff) | |
download | kube-bbfe0a77d7070d1a6aabe50a61edcc3d3f14e9fe.tar.gz kube-bbfe0a77d7070d1a6aabe50a61edcc3d3f14e9fe.zip |
lose focus on account switcher
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 3435f20c..a9c6ef1c 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -35,6 +35,7 @@ Controls2.Button { | |||
35 | 35 | ||
36 | onClicked: { | 36 | onClicked: { |
37 | popup.open() | 37 | popup.open() |
38 | focus = false | ||
38 | } | 39 | } |
39 | 40 | ||
40 | Controls2.Popup { | 41 | Controls2.Popup { |