diff options
-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 |