diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-17 21:25:42 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-17 21:25:42 +0200 |
commit | f502cbb7d3a9f2bc025ca7c769a251ab412f3fc3 (patch) | |
tree | cdf857d26905efae82b1177ed802c747946aa78e /data/themes/hal_jewelry/radio.xml | |
parent | 34d362055b9fa15cb617023e5330a67b427bdb6e (diff) | |
download | plus-f502cbb7d3a9f2bc025ca7c769a251ab412f3fc3.tar.gz plus-f502cbb7d3a9f2bc025ca7c769a251ab412f3fc3.tar.bz2 plus-f502cbb7d3a9f2bc025ca7c769a251ab412f3fc3.tar.xz plus-f502cbb7d3a9f2bc025ca7c769a251ab412f3fc3.zip |
Fixed radio-button and check-box button position in Jewelry Theme.
Diffstat (limited to 'data/themes/hal_jewelry/radio.xml')
-rw-r--r-- | data/themes/hal_jewelry/radio.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/themes/hal_jewelry/radio.xml b/data/themes/hal_jewelry/radio.xml index 2ec498cfa..6b6c9e4b1 100644 --- a/data/themes/hal_jewelry/radio.xml +++ b/data/themes/hal_jewelry/radio.xml @@ -1,8 +1,15 @@ <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="26"> + + <option name="padding" value="3" /> + <option name="imagePadding" value="8" /> + <option name="imageSize" value="13" /> + <option name="spacing" value="10" /> + <part type="out" xpos="0" ypos="0" width="13" height="13" /> <part type="in" xpos="0" ypos="13" width="13" height="13" /> <part type="out-highlighted" xpos="13" ypos="0" width="13" height="13" /> - <part type="in-highlighted" xpos="13" ypos="13" width="13" height="13" /> + <part type="in-highlighted" xpos="13" ypos="13" width="13" height="13" /> + </widget> </skinset> |