diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-04 20:39:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-04 20:39:27 +0300 |
commit | 087576e8e9e7c1555f6cabe9d34317bdddff2c78 (patch) | |
tree | f9de1d5a1c3f7f239739d39b45d99a00bd961c17 /src/gui/theme.h | |
parent | cdca37e368923c0298691847eba1c394a287e52f (diff) | |
download | plus-087576e8e9e7c1555f6cabe9d34317bdddff2c78.tar.gz plus-087576e8e9e7c1555f6cabe9d34317bdddff2c78.tar.bz2 plus-087576e8e9e7c1555f6cabe9d34317bdddff2c78.tar.xz plus-087576e8e9e7c1555f6cabe9d34317bdddff2c78.zip |
add ability to set text colors on ministatus window bars.
Also add PROGRESSBAR_OUTLINE color.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 0ed7c2fb1..08d912430 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -224,6 +224,7 @@ class Theme final : public Palette, public ConfigListener OUTLINE, BORDER, PROGRESS_BAR, + PROGRESS_BAR_OUTLINE, BUTTON, BUTTON_OUTLINE, BUTTON_DISABLED, |