summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 8cb28e86..6ecc069c 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -58,6 +58,8 @@ Item {
58 property string checkbox: "checkbox" 58 property string checkbox: "checkbox"
59 property string password_show: "password-show-on" 59 property string password_show: "password-show-on"
60 property string password_hide: "password-show-off" 60 property string password_hide: "password-show-off"
61 property string secure: "document-encrypt"
62 property string insecure: "document-decrypt"
61 63
62 property string addNew: "list-add" 64 property string addNew: "list-add"
63 property string remove: "kube-list-remove-inverted" 65 property string remove: "kube-list-remove-inverted"