summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.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/Icons.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/Icons.qml')
-rw-r--r--framework/qml/Icons.qml6
1 files changed, 3 insertions, 3 deletions
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"