diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:47:46 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:47:46 +0200 |
commit | ae7882068f50e80c356b3e25b1c52acdb325e855 (patch) | |
tree | de7fa664442a39296d1cf086e9d803d9db6d2316 | |
parent | 339b0a795d3cf1cb6999d685976f511ab2091e8a (diff) | |
download | kube-ae7882068f50e80c356b3e25b1c52acdb325e855.tar.gz kube-ae7882068f50e80c356b3e25b1c52acdb325e855.zip |
use kube.button in accountswitcher
-rw-r--r-- | framework/qml/AccountSwitcher.qml | 2 |
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 |