From 4c1f62bceff8db26da6d0354b29438c3294e2522 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 4 Apr 2017 07:22:50 +0200 Subject: use theme --- components/theme/contents/ui/Icons.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'components/theme/contents/ui') diff --git a/components/theme/contents/ui/Icons.qml b/components/theme/contents/ui/Icons.qml index 417a598c..e1b8f4f4 100644 --- a/components/theme/contents/ui/Icons.qml +++ b/components/theme/contents/ui/Icons.qml @@ -27,5 +27,23 @@ Item { property string noNetworkConnection: "network-disconnect" property string connected: "checkmark" property string success: "checkmark" + + property string markAsRead: "mail-mark-unread-new" + property string markImportant: "mail-mark-important" + property string undo: "edit-undo" + property string moveToTrash: "edit-delete" + property string edit: "document-edit" + property string replyToSender: "mail-reply-sender" + + property string menu: "application-menu" + property string user: "im-user" + property string search: "edit-find" + property string goBack: "go-previous" + property string goDown: "go-down" + property string goUp: "go-down" + + property string addNew: "list-add-new" + property string folder: "folder" + } -- cgit v1.2.3