summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-07-04 16:24:13 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-07-04 16:24:13 +0200
commit7787aab8214820197f09a79c8f49f1ba039981e9 (patch)
tree8172534684c37ba4262022cf296fefba97c55071 /framework/qml/Icons.qml
parent21e313f0cf07557c8e248de4a42144abe5e9df5c (diff)
downloadkube-7787aab8214820197f09a79c8f49f1ba039981e9.tar.gz
kube-7787aab8214820197f09a79c8f49f1ba039981e9.zip
use original breeze icons for mark-as-read/unread
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index a627fab1..7353c1e8 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -33,8 +33,8 @@ Item {
33 property string success: "dialog-ok" 33 property string success: "dialog-ok"
34 property string success_inverted: "dialog-ok-inverted" 34 property string success_inverted: "dialog-ok-inverted"
35 35
36 property string markAsRead: "kuberead" 36 property string markAsRead: "mail-mark-read-inverted"
37 property string markAsUnread: "kubeunread" 37 property string markAsUnread: "mail-mark-unread-new-inverted"
38 property string markImportant: "kubeimportant" 38 property string markImportant: "kubeimportant"
39 property string markUnimportant: "kubeunimportant" 39 property string markUnimportant: "kubeunimportant"
40 property string undo: "edit-undo-inverted" 40 property string undo: "edit-undo-inverted"