use consistent skin for password inputs

This commit is contained in:
nightwing 2015-08-03 22:58:04 +04:00
parent 42e0b96638
commit 4d2e522290

View File

@ -298,7 +298,7 @@ define(function(require, exports, module) {
childNodes = [
new ui.label({ width : width, maxwidth: maxwidth, caption: name + ":" }),
new ui.password({
//skin : "codebox",
skin: skins.textbox || "searchbox",
width: options.width || widths.password,
value: options.path
? createBind(options.path)