diff options
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/enchilado/window.png | bin | 28015 -> 28642 bytes | |||
-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 | ||||
-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 | ||||
-rw-r--r-- | data/themes/pink/window.png | bin | 18286 -> 18761 bytes | |||
-rw-r--r-- | data/themes/wood/window.png | bin | 46813 -> 46961 bytes |
9 files changed, 16 insertions, 0 deletions
diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png Binary files differindex 020d54e3c..1c37081e7 100644 --- a/data/themes/enchilado/window.png +++ b/data/themes/enchilado/window.png 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> 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> diff --git a/data/themes/pink/window.png b/data/themes/pink/window.png Binary files differindex 44f2e6022..ee762ecc8 100644 --- a/data/themes/pink/window.png +++ b/data/themes/pink/window.png diff --git a/data/themes/wood/window.png b/data/themes/wood/window.png Binary files differindex 569ddaa5d..5cf025c51 100644 --- a/data/themes/wood/window.png +++ b/data/themes/wood/window.png |