diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 14:35:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 14:38:49 +0300 |
commit | e6848c0aa8b1447c5e19bd1923f3fbd2866e635b (patch) | |
tree | 9395c616e9d77b12b156b85518164a8630484d48 /src/gui/theme.cpp | |
parent | ea84eba2562bfb87ecbc469000082d022b209505 (diff) | |
download | plus-e6848c0aa8b1447c5e19bd1923f3fbd2866e635b.tar.gz plus-e6848c0aa8b1447c5e19bd1923f3fbd2866e635b.tar.bz2 plus-e6848c0aa8b1447c5e19bd1923f3fbd2866e635b.tar.xz plus-e6848c0aa8b1447c5e19bd1923f3fbd2866e635b.zip |
Add text colors for weight bar.
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index aa0b87bcb..c69335a07 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -961,6 +961,8 @@ static int readColorType(const std::string &type) "NO_MP_BAR_OUTLINE" "XP_BAR", "XP_BAR_OUTLINE" + "WEIGHT_BAR", + "WEIGHT_BAR_OUTLINE" }; if (type.empty()) |