diff options
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index d9612013..4d94f86a 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -55,6 +55,8 @@ Item { | |||
55 | property string goDown_inverted: "go-down-inverted" | 55 | property string goDown_inverted: "go-down-inverted" |
56 | property string goUp: "go-up" | 56 | property string goUp: "go-up" |
57 | property string checkbox: "checkbox" | 57 | property string checkbox: "checkbox" |
58 | property string password_show: "password-show-on" | ||
59 | property string password_hide: "password-show-off" | ||
58 | 60 | ||
59 | property string addNew: "list-add" | 61 | property string addNew: "list-add" |
60 | property string remove: "kube-list-remove-inverted" | 62 | property string remove: "kube-list-remove-inverted" |