diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-29 10:48:33 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-29 10:48:33 +0200 |
commit | 449c1b2876ec71d821831978812e13dda198c6e8 (patch) | |
tree | 891b6d4dee068b229ec239dcd06fd7b4b2c9a855 /components | |
parent | 313b6253e84b3be63c51a1ffbb3db19b0a06ed5c (diff) | |
download | kube-449c1b2876ec71d821831978812e13dda198c6e8.tar.gz kube-449c1b2876ec71d821831978812e13dda198c6e8.zip |
use iconbutton in accountswitcher
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 8b1fbc58..e3cf3393 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -154,10 +154,7 @@ Controls2.ApplicationWindow { | |||
154 | width: height | 154 | width: height |
155 | } | 155 | } |
156 | 156 | ||
157 | Kube.AccountSwitcher { | 157 | Kube.AccountSwitcher {} |
158 | height: Kube.Units.gridUnit * 1.5 | ||
159 | width: height | ||
160 | } | ||
161 | } | 158 | } |
162 | } | 159 | } |
163 | 160 | ||