summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-04 20:39:27 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-04 20:39:27 +0300
commit087576e8e9e7c1555f6cabe9d34317bdddff2c78 (patch)
treef9de1d5a1c3f7f239739d39b45d99a00bd961c17 /src/gui/theme.cpp
parentcdca37e368923c0298691847eba1c394a287e52f (diff)
downloadplus-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.cpp')
-rw-r--r--src/gui/theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 8f5d49bfa..cfbe26d03 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -781,6 +781,7 @@ static int readColorType(const std::string &type)
"OUTLINE",
"BORDER",
"PROGRESS_BAR",
+ "PROGRESS_BAR_OUTLINE",
"BUTTON",
"BUTTON_OUTLINE",
"BUTTON_DISABLED",