diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-21 15:24:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-21 15:24:58 +0300 |
commit | a77b9d248fdaadef39248dd3773354b75138a831 (patch) | |
tree | f8c80394510fb7f16bc948338e2a5507d7016e78 /data/graphics/gui/CMakeLists.txt | |
parent | 8048bed1e902feba8c623f68badbba946b0a24ac (diff) | |
download | mv-a77b9d248fdaadef39248dd3773354b75138a831.tar.gz mv-a77b9d248fdaadef39248dd3773354b75138a831.tar.bz2 mv-a77b9d248fdaadef39248dd3773354b75138a831.tar.xz mv-a77b9d248fdaadef39248dd3773354b75138a831.zip |
Extend theming itemcontainer (used in inventory, trade window etc)
New theme file: itemcontainer.xml
Options in file:
boxWidth - item box width. Default value 35.
boxHeight - item box height. Default value 53.
equippedTextPadding - padding for item amount or equipped text.
Default value 29.
Diffstat (limited to 'data/graphics/gui/CMakeLists.txt')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 |
1 files changed, 1 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 |