summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 09:37:47 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 09:37:47 +0200
commitda810306662140ca9fd1ab7509f4c084e9d27337 (patch)
tree375003f6657ac21859585a2e11a70c51248820ef /framework/qml
parent8cc436225819b3b255f44a48e0cf91462b6efe8a (diff)
downloadkube-da810306662140ca9fd1ab7509f4c084e9d27337.tar.gz
kube-da810306662140ca9fd1ab7509f4c084e9d27337.zip
invert toolbar icons and move it to the bottom. adjust accout swithcer accordingly
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/AccountSwitcher.qml3
-rw-r--r--framework/qml/Icons.qml6
2 files changed, 4 insertions, 5 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml
index dd33c940..2c5d572e 100644
--- a/framework/qml/AccountSwitcher.qml
+++ b/framework/qml/AccountSwitcher.qml
@@ -44,7 +44,6 @@ Controls.ToolButton {
44 id: accountsModel 44 id: accountsModel
45 } 45 }
46 46
47
48 onClicked: { 47 onClicked: {
49 popup.open() 48 popup.open()
50 } 49 }
@@ -55,7 +54,7 @@ Controls.ToolButton {
55 height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3 54 height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3
56 width: Kirigami.Units.gridUnit * 20 55 width: Kirigami.Units.gridUnit * 20
57 56
58 y: accountSwitcher.height 57 y: accountSwitcher.y - height
59 58
60 modal: true 59 modal: true
61 focus: true 60 focus: true
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 0b161635..bd088525 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -35,9 +35,9 @@ Item {
35 property string edit: "document-edit" 35 property string edit: "document-edit"
36 property string replyToSender: "mail-reply-sender" 36 property string replyToSender: "mail-reply-sender"
37 37
38 property string menu: "application-menu" 38 property string menu_inverted: "application-menu-inverted"
39 property string user: "im-user" 39 property string user_inverted: "im-user-inverted"
40 property string search: "edit-find" 40 property string search_inverted: "edit-find-inverted"
41 property string goBack: "go-previous" 41 property string goBack: "go-previous"
42 property string goDown: "go-down" 42 property string goDown: "go-down"
43 property string goUp: "go-down" 43 property string goUp: "go-down"