diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-01 13:56:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-01 13:56:14 +0300 |
commit | 020c5e1b6abd52135a3b87fc38238498d7ac6e3d (patch) | |
tree | e95676cc3d718f1ed0fc35ec6b59e2fe6e84cf72 /data/graphics/gui/CMakeLists.txt | |
parent | 9c47e5cfc0e91071e0b5ad12b08f7d0c017d7856 (diff) | |
download | plus-020c5e1b6abd52135a3b87fc38238498d7ac6e3d.tar.gz plus-020c5e1b6abd52135a3b87fc38238498d7ac6e3d.tar.bz2 plus-020c5e1b6abd52135a3b87fc38238498d7ac6e3d.tar.xz plus-020c5e1b6abd52135a3b87fc38238498d7ac6e3d.zip |
Add theming support for top right buttons.
New theme file:
windowmenu.xml
Options in windowmenu.xml:
padding - padding from window borders
spacing - space between buttons.
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 d71f54822..f0244d697 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -72,6 +72,7 @@ SET (FILES unknown-item.png window.png window.xml + windowmenu.xml world.xml ) |