From afedfd380a9b7d7c7917ba5e8cf20e994a1c0728 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 2 Nov 2015 22:56:03 +0300 Subject: Add inventory cell to all themes. --- data/graphics/gui/CMakeLists.txt | 1 + data/graphics/gui/Makefile.am | 1 + data/graphics/gui/inventory_cell2.xml | 6 ++++++ data/graphics/gui/window.png | Bin 24726 -> 25377 bytes data/themes/enchilado/window.png | Bin 28015 -> 28642 bytes data/themes/golden-delicious/CMakeLists.txt | 1 + data/themes/golden-delicious/Makefile.am | 1 + data/themes/golden-delicious/inventory_cell2.xml | 6 ++++++ data/themes/jewelry/CMakeLists.txt | 1 + data/themes/jewelry/Makefile.am | 1 + data/themes/jewelry/inventory_cell2.xml | 6 ++++++ data/themes/pink/window.png | Bin 18286 -> 18761 bytes data/themes/wood/window.png | Bin 46813 -> 46961 bytes 13 files changed, 24 insertions(+) create mode 100644 data/graphics/gui/inventory_cell2.xml create mode 100644 data/themes/golden-delicious/inventory_cell2.xml create mode 100644 data/themes/jewelry/inventory_cell2.xml (limited to 'data') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index dfa86f963..23c7b5617 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -33,6 +33,7 @@ SET (FILES info.xml inventory.xml inventory_cell.xml + inventory_cell2.xml item_selection.xml item_shortcut_background.xml itemcontainer.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index a7de34ca2..10a4fc18f 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -36,6 +36,7 @@ gui_DATA = \ info.xml \ inventory.xml \ inventory_cell.xml \ + inventory_cell2.xml \ item_selection.xml \ item_shortcut_background.xml \ itemcontainer.xml \ diff --git a/data/graphics/gui/inventory_cell2.xml b/data/graphics/gui/inventory_cell2.xml new file mode 100644 index 000000000..4fff4509b --- /dev/null +++ b/data/graphics/gui/inventory_cell2.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index b0b385c2d..c84eb1ae9 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png index 020d54e3c..1c37081e7 100644 Binary files a/data/themes/enchilado/window.png and b/data/themes/enchilado/window.png differ 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 @@ + + + + + + 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 @@ + + + + + + diff --git a/data/themes/pink/window.png b/data/themes/pink/window.png index 44f2e6022..ee762ecc8 100644 Binary files a/data/themes/pink/window.png and b/data/themes/pink/window.png differ diff --git a/data/themes/wood/window.png b/data/themes/wood/window.png index 569ddaa5d..5cf025c51 100644 Binary files a/data/themes/wood/window.png and b/data/themes/wood/window.png differ -- cgit v1.2.3-60-g2f50