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 | |
parent | b0d439c392d9ef3ccaf29eca70e16bd3618c7bb0 (diff) | |
download | plus-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.gz plus-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.bz2 plus-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.xz plus-26bf983ed44960508f318e804e8f2fa515f0df2c.zip |
Jewelry Theme: Improved Skill window layout.
Change versioning system syntax.
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/jewelry/CHANGELOG.txt | 9 | ||||
-rw-r--r-- | data/themes/jewelry/listbox.xml | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/data/themes/jewelry/CHANGELOG.txt b/data/themes/jewelry/CHANGELOG.txt index 593b223cb..0a58dbdbb 100644 --- a/data/themes/jewelry/CHANGELOG.txt +++ b/data/themes/jewelry/CHANGELOG.txt @@ -2,13 +2,14 @@ Francesco Miglietta (Hal9000) -Version 1.01 (WIP) +Version 1.0.1 (WIP) - - Fixed bu with item selection in inventory window - - New graphic for quest status icons in quest window + - Improved Skill window layout + - Fixed bug with item selection in Inventory window + - New graphic for quest status icons in Quest window -Version 1.00 (11.12.2012) +Version 1.0.0 (11.12.2012) JEWELRY THEME first release. Changes are described comparing JT to standard The Mana World client themes. 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> |