diff options
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/inventory_cell2.xml | 6 |
3 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index a376fa3f1..d2ba17506 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -36,6 +36,7 @@ SET (FILES incomplete_icon.xml info.xml inventory.xml + inventory_cell2.xml item_selection.xml itemcontainer.xml itempopup.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index f6c4422d8..bf1662442 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -39,6 +39,7 @@ gui_DATA = \ incomplete_icon.xml \ info.xml \ inventory.xml \ + inventory_cell2.xml \ item_selection.xml \ itemcontainer.xml \ itempopup.xml \ diff --git a/data/themes/jewelry/inventory_cell2.xml b/data/themes/jewelry/inventory_cell2.xml new file mode 100644 index 000000000..5acaaa45c --- /dev/null +++ b/data/themes/jewelry/inventory_cell2.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="215" ypos="114" width="38" height="38" /> + </widget> +</skinset> |