summaryrefslogtreecommitdiff
path: root/data/themes/jewelry
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/jewelry
parent2127361148d4ea5531a115cc92131a3f956ca528 (diff)
downloadmv-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.gz
mv-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.bz2
mv-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.xz
mv-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.zip
Add inventory cell to all themes.
Diffstat (limited to 'data/themes/jewelry')
-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
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>