diff options
Diffstat (limited to 'data/themes/golden-delicious')
-rw-r--r-- | data/themes/golden-delicious/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/golden-delicious/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/golden-delicious/inventory_cell2.xml | 6 |
3 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/golden-delicious/CMakeLists.txt b/data/themes/golden-delicious/CMakeLists.txt index dcd91956d..c91af5b9d 100644 --- a/data/themes/golden-delicious/CMakeLists.txt +++ b/data/themes/golden-delicious/CMakeLists.txt @@ -37,6 +37,7 @@ SET (FILES incomplete_icon.xml info.xml inventory.xml + inventory_cell2.xml itemcontainer.xml itempopup.xml item_selection.xml diff --git a/data/themes/golden-delicious/Makefile.am b/data/themes/golden-delicious/Makefile.am index 41b0946d1..467f7fb2c 100644 --- a/data/themes/golden-delicious/Makefile.am +++ b/data/themes/golden-delicious/Makefile.am @@ -40,6 +40,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/golden-delicious/inventory_cell2.xml b/data/themes/golden-delicious/inventory_cell2.xml new file mode 100644 index 000000000..5acaaa45c --- /dev/null +++ b/data/themes/golden-delicious/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> |