From ed90f285745279e91743851ae49eeccf1d95710f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 31 Jul 2017 18:58:39 +0200 Subject: dedicated Kube.PasswordField --- framework/qml/Icons.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/qml/Icons.qml') 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 { property string goDown_inverted: "go-down-inverted" property string goUp: "go-up" property string checkbox: "checkbox" + property string password_show: "password-show-on" + property string password_hide: "password-show-off" property string addNew: "list-add" property string remove: "kube-list-remove-inverted" -- cgit v1.2.3