diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-14 18:50:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-14 18:50:27 +0300 |
commit | 066488a6f4d086b57f4fe32e8799c207552cccb7 (patch) | |
tree | 2c73d80030ff0da73fc5f5b4b664a34030a51633 /data/graphics | |
parent | 0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b (diff) | |
download | plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.gz plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.bz2 plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.xz plus-066488a6f4d086b57f4fe32e8799c207552cccb7.zip |
Add theming to labels.
New theme file: label.xml
Parameters: padding
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 2d1566b1a..7eee1de13 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -25,6 +25,7 @@ SET (FILES inventory.xml item_selection.xml item_shortcut_background.xml + label.xml mouse.png playerbox_background.xml popup.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 5da480034..5c8c65677 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -28,6 +28,7 @@ gui_DATA = \ inventory.xml \ item_selection.xml \ item_shortcut_background.xml \ + label.xml \ mouse.png \ playerbox_background.xml \ popup.xml \ |