diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-12 01:37:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-12 01:37:05 +0300 |
commit | ebb73f6dd78ecd616cbb56cf426d43cfcb3e3dd2 (patch) | |
tree | f4f54a4794cab34d1366f32b90a7fc6d44f074c6 /data/themes/wood | |
parent | 5bab162bfa65fddfca94e67c930dfb01dee576fa (diff) | |
download | plus-ebb73f6dd78ecd616cbb56cf426d43cfcb3e3dd2.tar.gz plus-ebb73f6dd78ecd616cbb56cf426d43cfcb3e3dd2.tar.bz2 plus-ebb73f6dd78ecd616cbb56cf426d43cfcb3e3dd2.tar.xz plus-ebb73f6dd78ecd616cbb56cf426d43cfcb3e3dd2.zip |
Add new parameters to equipment window tehming.
New parameters:
itemPadding - ofset in pixels from left top corner or item box
boxSize - slot item box size (by default 36 px)
Diffstat (limited to 'data/themes/wood')
-rw-r--r-- | data/themes/wood/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/wood/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/wood/CMakeLists.txt b/data/themes/wood/CMakeLists.txt index c62b25d47..622c4dcd9 100644 --- a/data/themes/wood/CMakeLists.txt +++ b/data/themes/wood/CMakeLists.txt @@ -1,6 +1,7 @@ SET (FILES buy.xml colors.xml + equipment.xml inventory.xml item_shortcut_bgr.png mouse.png diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am index 11af7c229..fc9518b16 100644 --- a/data/themes/wood/Makefile.am +++ b/data/themes/wood/Makefile.am @@ -4,6 +4,7 @@ guidir = $(pkgdatadir)/data/themes/wood gui_DATA = \ buy.xml \ colors.xml \ + equipment.xml \ inventory.xml \ item_shortcut_bgr.png \ mouse.png \ |