summaryrefslogtreecommitdiffstats
path: root/components/theme/contents/ui/Icons.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 07:50:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 15:19:55 +0200
commitc080af579c4a692a071c03a81482ceba9f5b9114 (patch)
treeb50a26b318699ecfbeb7d8009e0f2ca4334dd1e5 /components/theme/contents/ui/Icons.qml
parent4c1f62bceff8db26da6d0354b29438c3294e2522 (diff)
downloadkube-c080af579c4a692a071c03a81482ceba9f5b9114.tar.gz
kube-c080af579c4a692a071c03a81482ceba9f5b9114.zip
Different name, same icon
Diffstat (limited to 'components/theme/contents/ui/Icons.qml')
-rw-r--r--components/theme/contents/ui/Icons.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/theme/contents/ui/Icons.qml b/components/theme/contents/ui/Icons.qml
index e1b8f4f4..0b161635 100644
--- a/components/theme/contents/ui/Icons.qml
+++ b/components/theme/contents/ui/Icons.qml
@@ -25,8 +25,8 @@ Item {
25 property string error: "error" 25 property string error: "error"
26 property string busy: "view-refresh" 26 property string busy: "view-refresh"
27 property string noNetworkConnection: "network-disconnect" 27 property string noNetworkConnection: "network-disconnect"
28 property string connected: "checkmark" 28 property string connected: "dialog-ok"
29 property string success: "checkmark" 29 property string success: "dialog-ok"
30 30
31 property string markAsRead: "mail-mark-unread-new" 31 property string markAsRead: "mail-mark-unread-new"
32 property string markImportant: "mail-mark-important" 32 property string markImportant: "mail-mark-important"