summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-21 18:16:28 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-21 18:16:53 +0200
commit68ed477e34756beb5b152f8077c2e2527bba4708 (patch)
treeb3de8ef3debe5ce808f01c62b415881199c18837 /framework/qml/Icons.qml
parentc766d912d7cdd899766f55925a016d25c7f66b31 (diff)
downloadkube-68ed477e34756beb5b152f8077c2e2527bba4708.tar.gz
kube-68ed477e34756beb5b152f8077c2e2527bba4708.zip
The outbox is back
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 8d63f021..ee706d95 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -39,6 +39,8 @@ Item {
39 property string moveToTrash: "edit-delete" 39 property string moveToTrash: "edit-delete"
40 property string edit: "document-edit" 40 property string edit: "document-edit"
41 property string replyToSender: "mail-reply-sender" 41 property string replyToSender: "mail-reply-sender"
42 property string outbox: "mail-folder-outbox"
43 property string outbox_inverted: "mail-folder-outbox-inverted"
42 44
43 property string menu_inverted: "application-menu-inverted" 45 property string menu_inverted: "application-menu-inverted"
44 property string user_inverted: "im-user-inverted" 46 property string user_inverted: "im-user-inverted"