diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-21 16:31:56 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-21 16:31:56 +0200 |
commit | 27d072800799b39eacccd1b5a9c6c8540c952df9 (patch) | |
tree | aae2e172d0a59ba89cf36dc20bae66c02badbffe /components | |
parent | 946e89cd7a3963b58712f38dd1c9df51f74172e0 (diff) | |
download | kube-27d072800799b39eacccd1b5a9c6c8540c952df9.tar.gz kube-27d072800799b39eacccd1b5a9c6c8540c952df9.zip |
show old account switcher again
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 2dbc58b0..215ebb49 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -173,6 +173,11 @@ Controls2.ApplicationWindow { | |||
173 | people.open() | 173 | people.open() |
174 | } | 174 | } |
175 | } | 175 | } |
176 | |||
177 | Kube.AccountSwitcher { | ||
178 | height: Kube.Units.gridUnit * 1.5 | ||
179 | width: height | ||
180 | } | ||
176 | } | 181 | } |
177 | } | 182 | } |
178 | 183 | ||