summaryrefslogtreecommitdiffstats
path: root/framework/qml/AccountSwitcher.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 14:05:45 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 14:05:45 +0200
commit27cd60a912aeebc6f85d486f7606ab15e6362d2d (patch)
treedb28453a25dcd7ecdb82d16b3542f467bea7ec13 /framework/qml/AccountSwitcher.qml
parentebe08f49ef538320ad485bad1b5db0bb4e3bb54a (diff)
downloadkube-27cd60a912aeebc6f85d486f7606ab15e6362d2d.tar.gz
kube-27cd60a912aeebc6f85d486f7606ab15e6362d2d.zip
use Kube.Button in account delegate
Diffstat (limited to 'framework/qml/AccountSwitcher.qml')
-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 78767769..2355d21c 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -180,7 +180,7 @@ Controls.ToolButton {
180 ] 180 ]
181 } 181 }
182 } 182 }
183 Controls2.Button { 183 Kube.Button {
184 184
185 anchors { 185 anchors {
186 right: parent.right 186 right: parent.right