use consistent skin for password inputs

pull/117/merge
nightwing 2015-08-03 22:58:04 +04:00
rodzic 42e0b96638
commit 4d2e522290
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)