diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-29 10:48:33 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-29 10:48:33 +0200 |
commit | 449c1b2876ec71d821831978812e13dda198c6e8 (patch) | |
tree | 891b6d4dee068b229ec239dcd06fd7b4b2c9a855 /framework | |
parent | 313b6253e84b3be63c51a1ffbb3db19b0a06ed5c (diff) | |
download | kube-449c1b2876ec71d821831978812e13dda198c6e8.tar.gz kube-449c1b2876ec71d821831978812e13dda198c6e8.zip |
use iconbutton in accountswitcher
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/AccountSwitcher.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml index a8151712..b44dd3d7 100644 --- a/framework/qml/AccountSwitcher.qml +++ b/framework/qml/AccountSwitcher.qml | |||
@@ -27,13 +27,12 @@ import org.kde.kirigami 1.0 as Kirigami | |||
27 | import org.kube.framework 1.0 as Kube | 27 | import org.kube.framework 1.0 as Kube |
28 | 28 | ||
29 | 29 | ||
30 | Controls.ToolButton { | 30 | Kube.IconButton { |
31 | id: accountSwitcher | 31 | id: accountSwitcher |
32 | 32 | ||
33 | property variant accountId | 33 | property variant accountId |
34 | property variant accountName | 34 | property variant accountName |
35 | 35 | ||
36 | width: parent.width | ||
37 | iconName: Kube.Icons.menu_inverted | 36 | iconName: Kube.Icons.menu_inverted |
38 | 37 | ||
39 | Kube.AccountsModel { | 38 | Kube.AccountsModel { |