diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 15:47:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 15:47:26 +0300 |
commit | b90b75b19839d8141cc682fe4b97532e706b16bd (patch) | |
tree | 316596bafd799ea0586f9f436b150145d3cced24 /src/gui/theme.cpp | |
parent | f39fa842516cf53ecc34e735ba687c545023334f (diff) | |
download | plus-b90b75b19839d8141cc682fe4b97532e706b16bd.tar.gz plus-b90b75b19839d8141cc682fe4b97532e706b16bd.tar.bz2 plus-b90b75b19839d8141cc682fe4b97532e706b16bd.tar.xz plus-b90b75b19839d8141cc682fe4b97532e706b16bd.zip |
Add text colors for money bar.
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 93321cee2..85d1e2116 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -962,7 +962,9 @@ static int readColorType(const std::string &type) "XP_BAR", "XP_BAR_OUTLINE", "WEIGHT_BAR", - "WEIGHT_BAR_OUTLINE" + "WEIGHT_BAR_OUTLINE", + "MONEY_BAR", + "MONEY_BAR_OUTLINE" }; if (type.empty()) |