summaryrefslogtreecommitdiff
path: root/data/themes
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-02 22:56:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-02 23:16:22 +0300
commitafedfd380a9b7d7c7917ba5e8cf20e994a1c0728 (patch)
tree7f30e8cf94f728461d149a95794ca8c2f85a2008 /data/themes
parent2127361148d4ea5531a115cc92131a3f956ca528 (diff)
downloadplus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.gz
plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.bz2
plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.xz
plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.zip
Add inventory cell to all themes.
Diffstat (limited to 'data/themes')
-rw-r--r--data/themes/enchilado/window.pngbin28015 -> 28642 bytes
-rw-r--r--data/themes/golden-delicious/CMakeLists.txt1
-rw-r--r--data/themes/golden-delicious/Makefile.am1
-rw-r--r--data/themes/golden-delicious/inventory_cell2.xml6
-rw-r--r--data/themes/jewelry/CMakeLists.txt1
-rw-r--r--data/themes/jewelry/Makefile.am1
-rw-r--r--data/themes/jewelry/inventory_cell2.xml6
-rw-r--r--data/themes/pink/window.pngbin18286 -> 18761 bytes
-rw-r--r--data/themes/wood/window.pngbin46813 -> 46961 bytes
9 files changed, 16 insertions, 0 deletions
diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png
index 020d54e3c..1c37081e7 100644
--- a/data/themes/enchilado/window.png
+++ b/data/themes/enchilado/window.png
Binary files 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 @@
+<?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
index 44f2e6022..ee762ecc8 100644
--- a/data/themes/pink/window.png
+++ b/data/themes/pink/window.png
Binary files differ
diff --git a/data/themes/wood/window.png b/data/themes/wood/window.png
index 569ddaa5d..5cf025c51 100644
--- a/data/themes/wood/window.png
+++ b/data/themes/wood/window.png
Binary files differ