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/themes/jewelry/itemcontainer.xml | |
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/themes/jewelry/itemcontainer.xml')
-rw-r--r-- | data/themes/jewelry/itemcontainer.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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> |