summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-17 20:47:34 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-17 20:47:34 +0100
commit26bf983ed44960508f318e804e8f2fa515f0df2c (patch)
tree05bf7f1727bb53cd6f51a9d17d4c86d53b5ce945
parentb0d439c392d9ef3ccaf29eca70e16bd3618c7bb0 (diff)
downloadManaVerse-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.gz
ManaVerse-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.bz2
ManaVerse-26bf983ed44960508f318e804e8f2fa515f0df2c.tar.xz
ManaVerse-26bf983ed44960508f318e804e8f2fa515f0df2c.zip
Jewelry Theme: Improved Skill window layout.
Change versioning system syntax.
-rw-r--r--data/themes/jewelry/CHANGELOG.txt9
-rw-r--r--data/themes/jewelry/listbox.xml7
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>