diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-17 20:47:34 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-17 20:47:34 +0100 |
commit | 26bf983ed44960508f318e804e8f2fa515f0df2c (patch) | |
tree | 05bf7f1727bb53cd6f51a9d17d4c86d53b5ce945 /data/themes/jewelry/listbox.xml | |
parent | b0d439c392d9ef3ccaf29eca70e16bd3618c7bb0 (diff) | |
download | manaplus-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.gz manaplus-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.bz2 manaplus-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.xz manaplus-26bf983ed44960508f318e804e8f2fa515f0df2c.zip |
Jewelry Theme: Improved Skill window layout.
Change versioning system syntax.
Diffstat (limited to 'data/themes/jewelry/listbox.xml')
-rw-r--r-- | data/themes/jewelry/listbox.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/themes/jewelry/listbox.xml b/data/themes/jewelry/listbox.xml index 93ad297cd..aae6fd337 100644 --- a/data/themes/jewelry/listbox.xml +++ b/data/themes/jewelry/listbox.xml @@ -1,7 +1,10 @@ <skinset name="Default" image="window.png"> <widget type="Window"> - <option name="padding" value="4" /> + + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> <option name="imagePadding" value="2" /> - <option name="spacing" value="4" /> + <option name="spacing" value="0" /> + </widget> </skinset> |