summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-10-29 21:15:29 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-10-29 21:15:29 +0100
commit2a70a50c785ce639b76141a3a6887836d22fe12c (patch)
treebdcf181ee3f971b1b97cec0e2603a40a760a74e6
parent4d96766f3a30630e81fd2a75a827bfb8011627d7 (diff)
downloadplus-2a70a50c785ce639b76141a3a6887836d22fe12c.tar.gz
plus-2a70a50c785ce639b76141a3a6887836d22fe12c.tar.bz2
plus-2a70a50c785ce639b76141a3a6887836d22fe12c.tar.xz
plus-2a70a50c785ce639b76141a3a6887836d22fe12c.zip
Improved Inventory window graphic in Jewelry Theme.
-rw-r--r--data/themes/jewelry/CMakeLists.txt2
-rw-r--r--data/themes/jewelry/Makefile.am2
-rw-r--r--data/themes/jewelry/item_selection.xml5
-rw-r--r--data/themes/jewelry/itemcontainer.xml9
-rw-r--r--data/themes/jewelry/window.pngbin22396 -> 22474 bytes
5 files changed, 18 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index 0d440be5e..6fa76230e 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -21,7 +21,9 @@ SET (FILES
incomplete_icon.xml
info.xml
inventory.xml
+ itemcontainer.xml
itempopup.xml
+ item_selection.xml
items.xml
LICENSE.txt
listbox.xml
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index 6be845ee4..dc18e8066 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -24,7 +24,9 @@ gui_DATA = \
incomplete_icon.xml \
info.xml \
inventory.xml \
+ itemcontainer.xml \
itempopup.xml \
+ item_selection.xml \
items.xml \
LICENSE.txt \
listbox.xml \
diff --git a/data/themes/jewelry/item_selection.xml b/data/themes/jewelry/item_selection.xml
new file mode 100644
index 000000000..2fb494892
--- /dev/null
+++ b/data/themes/jewelry/item_selection.xml
@@ -0,0 +1,5 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <part type="standart" xpos="215" ypos="114" width="38" height="38" />
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/itemcontainer.xml b/data/themes/jewelry/itemcontainer.xml
new file mode 100644
index 000000000..bb1fdc6b5
--- /dev/null
+++ b/data/themes/jewelry/itemcontainer.xml
@@ -0,0 +1,9 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <option name="boxWidth" value="38" />
+ <option name="boxHeight" value="56" />
+ <option name="equippedTextPadding" value="38" />
+ <option name="paddingItemX" value="3" />
+ <option name="paddingItemY" value="1" />
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png
index 02805a49b..7af0107fa 100644
--- a/data/themes/jewelry/window.png
+++ b/data/themes/jewelry/window.png
Binary files differ