diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-26 15:43:34 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-07-26 15:43:34 +0200 |
commit | 9a4532647cd470a059a662f30471da307ef04ed6 (patch) | |
tree | 11f849ef7135683a2a763428c94a2f39428efbc5 /framework/qml | |
parent | a1b7e67938f70ce90336c5e57164300c7e7f9657 (diff) | |
download | kube-9a4532647cd470a059a662f30471da307ef04ed6.tar.gz kube-9a4532647cd470a059a662f30471da307ef04ed6.zip |
change icon color in maillist delegate
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/Icons.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 1fa3aab2..4f056ac5 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -33,9 +33,9 @@ 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: "mail-mark-read-inverted" | 36 | property string markAsRead: "mail-mark-read" |
37 | property string markAsUnread: "mail-mark-unread-new-inverted" | 37 | property string markAsUnread: "mail-mark-unread-new" |
38 | property string markImportant: "kubeimportant-inverted" | 38 | property string markImportant: "kubeimportant" |
39 | property string markUnimportant: "kubeunimportant" | 39 | property string markUnimportant: "kubeunimportant" |
40 | property string isImportant: "kubeimportant" | 40 | property string isImportant: "kubeimportant" |
41 | property string undo: "edit-undo-inverted" | 41 | property string undo: "edit-undo-inverted" |