diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-29 21:15:29 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-29 21:15:29 +0100 |
commit | 2a70a50c785ce639b76141a3a6887836d22fe12c (patch) | |
tree | bdcf181ee3f971b1b97cec0e2603a40a760a74e6 /data | |
parent | 4d96766f3a30630e81fd2a75a827bfb8011627d7 (diff) | |
download | plus-2a70a50c785ce639b76141a3a6887836d22fe12c.tar.gz plus-2a70a50c785ce639b76141a3a6887836d22fe12c.tar.bz2 plus-2a70a50c785ce639b76141a3a6887836d22fe12c.tar.xz plus-2a70a50c785ce639b76141a3a6887836d22fe12c.zip |
Improved Inventory window graphic in Jewelry Theme.
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 2 | ||||
-rw-r--r-- | data/themes/jewelry/item_selection.xml | 5 | ||||
-rw-r--r-- | data/themes/jewelry/itemcontainer.xml | 9 | ||||
-rw-r--r-- | data/themes/jewelry/window.png | bin | 22396 -> 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 Binary files differindex 02805a49b..7af0107fa 100644 --- a/data/themes/jewelry/window.png +++ b/data/themes/jewelry/window.png |