summaryrefslogtreecommitdiffstats
path: root/components/theme/contents/ui
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 07:22:50 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 15:19:55 +0200
commit4c1f62bceff8db26da6d0354b29438c3294e2522 (patch)
tree9dd8271742e8974fea248ae12659e05111d07d6e /components/theme/contents/ui
parent65362ba42ac14f718b36b8e527f1d14605fd1761 (diff)
downloadkube-4c1f62bceff8db26da6d0354b29438c3294e2522.tar.gz
kube-4c1f62bceff8db26da6d0354b29438c3294e2522.zip
use theme
Diffstat (limited to 'components/theme/contents/ui')
-rw-r--r--components/theme/contents/ui/Icons.qml18
1 files changed, 18 insertions, 0 deletions
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 {
27 property string noNetworkConnection: "network-disconnect" 27 property string noNetworkConnection: "network-disconnect"
28 property string connected: "checkmark" 28 property string connected: "checkmark"
29 property string success: "checkmark" 29 property string success: "checkmark"
30
31 property string markAsRead: "mail-mark-unread-new"
32 property string markImportant: "mail-mark-important"
33 property string undo: "edit-undo"
34 property string moveToTrash: "edit-delete"
35 property string edit: "document-edit"
36 property string replyToSender: "mail-reply-sender"
37
38 property string menu: "application-menu"
39 property string user: "im-user"
40 property string search: "edit-find"
41 property string goBack: "go-previous"
42 property string goDown: "go-down"
43 property string goUp: "go-down"
44
45 property string addNew: "list-add-new"
46 property string folder: "folder"
47
30} 48}
31 49