summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-06-20 14:48:13 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-06-20 14:48:13 +0200
commit43d01042f8d97718028d86a8fb09d4c7af6609c7 (patch)
tree67030ee0609054c0bec9e1260aa4d2fe8f8a6e25 /framework/qml/Icons.qml
parent56291d87f625c0d1777c79f2c31ab01cdbf44978 (diff)
downloadkube-43d01042f8d97718028d86a8fb09d4c7af6609c7.tar.gz
kube-43d01042f8d97718028d86a8fb09d4c7af6609c7.zip
add new icon for list-removel
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 9a3bcb77..0769ee13 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -54,7 +54,7 @@ Item {
54 property string goUp: "go-down" 54 property string goUp: "go-down"
55 55
56 property string addNew: "list-add" 56 property string addNew: "list-add"
57 property string remove: "list-remove" 57 property string remove: "kube-list-remove-inverted"
58 property string folder: "folder" 58 property string folder: "folder"
59 property string save_inverted: "document-save-inverted" 59 property string save_inverted: "document-save-inverted"
60 60