diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-01 15:08:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-01 15:08:30 +0300 |
commit | cdb069409c514a1cec196c2e90ec2f97a5b6753f (patch) | |
tree | a12adb49b01dec757e826ffe547fedc8b16bc29a /data/graphics/gui/Makefile.am | |
parent | 020c5e1b6abd52135a3b87fc38238498d7ac6e3d (diff) | |
download | plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.tar.gz plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.tar.bz2 plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.tar.xz plus-cdb069409c514a1cec196c2e90ec2f97a5b6753f.zip |
Add support for theming in bars in top left corner.
New theme options in ministatus.xml:
padding - border padding
spacing - space between buttons
iconPadding - padding for icons
iconSpacing - space between icons
Diffstat (limited to 'data/graphics/gui/Makefile.am')
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index c691404e9..6aedbc32d 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -38,6 +38,7 @@ gui_DATA = \ keyboard_icon.xml \ label.xml \ listbox.xml \ + ministatus.xml \ mouse.png \ ok.xml \ playerbox.xml \ |