From e196607ec6a16204579f8e37e1c88c133bf1db37 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 Oct 2015 17:19:59 +0300 Subject: Add support in themes to draw each inventory cell background. By default no images for cell background in any theme. --- data/graphics/gui/CMakeLists.txt | 1 + data/graphics/gui/Makefile.am | 1 + data/graphics/gui/inventory_cell.xml | 6 ++++++ 3 files changed, 8 insertions(+) create mode 100644 data/graphics/gui/inventory_cell.xml (limited to 'data') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index b1e05dc45..dfa86f963 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -32,6 +32,7 @@ SET (FILES incomplete_icon.xml info.xml inventory.xml + inventory_cell.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 14749a6ba..a7de34ca2 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -35,6 +35,7 @@ gui_DATA = \ incomplete_icon.xml \ info.xml \ inventory.xml \ + inventory_cell.xml \ item_selection.xml \ item_shortcut_background.xml \ itemcontainer.xml \ diff --git a/data/graphics/gui/inventory_cell.xml b/data/graphics/gui/inventory_cell.xml new file mode 100644 index 000000000..6badd8e28 --- /dev/null +++ b/data/graphics/gui/inventory_cell.xml @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3-60-g2f50