summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/Kube.qml5
-rw-r--r--framework/qml/AccountSwitcher.qml1
2 files changed, 6 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
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml
index f8ff21b9..7a1e7592 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -34,6 +34,7 @@ Controls.ToolButton {
34 property variant accountName 34 property variant accountName
35 35
36 width: parent.width 36 width: parent.width
37 iconName: Kube.Icons.menu_inverted
37 38
38 Kube.FolderController { 39 Kube.FolderController {
39 id: folderController 40 id: folderController