diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-21 19:46:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-21 20:31:57 +0300 |
commit | 2f1886147d8dfd741ca95c9751f4f0e81b4cdd73 (patch) | |
tree | 964f5cae368d2565283286b26c4af865f804c8f4 /data | |
parent | e341fa804eab732bba47e1fc1ff155d25b0142c0 (diff) | |
download | plus-2f1886147d8dfd741ca95c9751f4f0e81b4cdd73.tar.gz plus-2f1886147d8dfd741ca95c9751f4f0e81b4cdd73.tar.bz2 plus-2f1886147d8dfd741ca95c9751f4f0e81b4cdd73.tar.xz plus-2f1886147d8dfd741ca95c9751f4f0e81b4cdd73.zip |
Extend password field theming.
New theme parameter:
passwordChar - ASCII code for password char. If zero password invisible.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/textfield.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/gui/textfield.xml b/data/graphics/gui/textfield.xml index b53ca71e7..0f18303dc 100644 --- a/data/graphics/gui/textfield.xml +++ b/data/graphics/gui/textfield.xml @@ -2,7 +2,7 @@ <widget type="Window" xpos="41" ypos="186"> <option name="padding" value="1" /> <option name="frameSize" value="2" /> - <option name="passwordChar" value="0" /> + <option name="passwordChar" value="42" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> |