diff options
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 | ||