diff options
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/itemcontainer.xml | 7 |
3 files changed, 9 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index afb60b61d..b3822cbdb 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -26,6 +26,7 @@ SET (FILES inventory.xml item_selection.xml item_shortcut_background.xml + itemcontainer.xml label.xml listbox.xml mouse.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 1e3d802f8..3f789b401 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -29,6 +29,7 @@ gui_DATA = \ inventory.xml \ item_selection.xml \ item_shortcut_background.xml \ + itemcontainer.xml \ label.xml \ listbox.xml \ mouse.png \ diff --git a/data/graphics/gui/itemcontainer.xml b/data/graphics/gui/itemcontainer.xml new file mode 100644 index 000000000..1e320ddef --- /dev/null +++ b/data/graphics/gui/itemcontainer.xml @@ -0,0 +1,7 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="boxWidth" value="35" /> + <option name="boxHeight" value="53" /> + <option name="equippedTextPadding" value="29" /> + </widget> +</skinset> |