diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-04 16:24:13 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-04 16:24:13 +0200 |
commit | 7787aab8214820197f09a79c8f49f1ba039981e9 (patch) | |
tree | 8172534684c37ba4262022cf296fefba97c55071 /framework | |
parent | 21e313f0cf07557c8e248de4a42144abe5e9df5c (diff) | |
download | kube-7787aab8214820197f09a79c8f49f1ba039981e9.tar.gz kube-7787aab8214820197f09a79c8f49f1ba039981e9.zip |
use original breeze icons for mark-as-read/unread
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/Icons.qml | 4 |
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" |