summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/AccountSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml
index 1fafba27..78767769 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -69,7 +69,7 @@ Controls.ToolButton {
69 height: Kirigami.Units.gridUnit * 2 69 height: Kirigami.Units.gridUnit * 2
70 width: parent.width 70 width: parent.width
71 71
72 Controls2.Button { 72 Kube.Button {
73 anchors { 73 anchors {
74 left: parent.left 74 left: parent.left
75 bottom: parent.bottom 75 bottom: parent.bottom