diff options
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index add51534..05cde6c9 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -38,6 +38,7 @@ Item { | |||
38 | property string undo: "edit-undo-inverted" | 38 | property string undo: "edit-undo-inverted" |
39 | property string moveToTrash: "kubetrash" | 39 | property string moveToTrash: "kubetrash" |
40 | property string edit: "document-edit" | 40 | property string edit: "document-edit" |
41 | property string edit_inverted: "document-edit-inverted" | ||
41 | property string replyToSender: "mail-reply-sender" | 42 | property string replyToSender: "mail-reply-sender" |
42 | property string outbox: "mail-folder-outbox" | 43 | property string outbox: "mail-folder-outbox" |
43 | property string outbox_inverted: "mail-folder-outbox-inverted" | 44 | property string outbox_inverted: "mail-folder-outbox-inverted" |
@@ -47,6 +48,7 @@ Item { | |||
47 | property string search_inverted: "edit-find-inverted" | 48 | property string search_inverted: "edit-find-inverted" |
48 | property string mail_inverted: "mail-message-inverted" | 49 | property string mail_inverted: "mail-message-inverted" |
49 | property string goBack: "go-previous" | 50 | property string goBack: "go-previous" |
51 | property string goBack_inverted: "go-previous-inverted" | ||
50 | property string goDown: "go-down" | 52 | property string goDown: "go-down" |
51 | property string goUp: "go-down" | 53 | property string goUp: "go-down" |
52 | 54 | ||