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/checkbox.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/checkbox.xml')
-rw-r--r-- | data/themes/hal_jewelry/checkbox.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/themes/hal_jewelry/checkbox.xml b/data/themes/hal_jewelry/checkbox.xml index b33338319..d3e299b96 100644 --- a/data/themes/hal_jewelry/checkbox.xml +++ b/data/themes/hal_jewelry/checkbox.xml @@ -1,10 +1,17 @@ <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="0"> + + <option name="padding" value="3" /> + <option name="imagePadding" value="8" /> + <option name="imageSize" value="13" /> + <option name="spacing" value="10" /> + <part type="normal" xpos="0" ypos="0" width="13" height="13" /> <part type="checked" xpos="0" ypos="13" width="13" height="13" /> <part type="normal-highlighted" xpos="13" ypos="0" width="13" height="13" /> <part type="checked-highlighted" xpos="13" ypos="13" width="13" height="13" /> <part type="disabled" xpos="26" ypos="0" width="13" height="13" /> <part type="disabled-checked" xpos="26" ypos="13" width="13" height="13" /> + </widget> </skinset> |