diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-02 22:56:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-02 23:16:22 +0300 |
commit | afedfd380a9b7d7c7917ba5e8cf20e994a1c0728 (patch) | |
tree | 7f30e8cf94f728461d149a95794ca8c2f85a2008 /data/themes/jewelry | |
parent | 2127361148d4ea5531a115cc92131a3f956ca528 (diff) | |
download | plus-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/jewelry')
-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 |
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> |