summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 13:38:08 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 13:38:08 +0200
commitfb56fd6794c5f72a6e85b9f6015c96284a1b7889 (patch)
tree39303f7a4b21f51704f4d1d696a25e09464b6f87
parent0a94c74387c25962b74da251078b3763490e3697 (diff)
downloadkube-fb56fd6794c5f72a6e85b9f6015c96284a1b7889.tar.gz
kube-fb56fd6794c5f72a6e85b9f6015c96284a1b7889.zip
use kube controls in accountswitcher
-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 b08983b3..f8ff21b9 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -151,7 +151,7 @@ Controls.ToolButton {
151 151
152 Layout.fillHeight: true 152 Layout.fillHeight: true
153 153
154 Controls2.Label { 154 Kube.Label {
155 text: model.name 155 text: model.name
156 } 156 }
157 157