summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 13:48:43 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 13:48:43 +0200
commitc537f2a72ffcdd654fa59d22c4a2364fce22a8e5 (patch)
treecb6a11ab981d6ffdab3a028347fb9b4b42fa6964 /framework/qml/Icons.qml
parent6574eb8cd3fb09db61cf3e0a708d596186cf3f59 (diff)
downloadkube-c537f2a72ffcdd654fa59d22c4a2364fce22a8e5.tar.gz
kube-c537f2a72ffcdd654fa59d22c4a2364fce22a8e5.zip
add message_inverted icon
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 0a633463..8d63f021 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -43,6 +43,7 @@ Item {
43 property string menu_inverted: "application-menu-inverted" 43 property string menu_inverted: "application-menu-inverted"
44 property string user_inverted: "im-user-inverted" 44 property string user_inverted: "im-user-inverted"
45 property string search_inverted: "edit-find-inverted" 45 property string search_inverted: "edit-find-inverted"
46 property string mail_inverted: "mail-message-inverted"
46 property string goBack: "go-previous" 47 property string goBack: "go-previous"
47 property string goDown: "go-down" 48 property string goDown: "go-down"
48 property string goUp: "go-down" 49 property string goUp: "go-down"