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.cpp | |
parent | cdca37e368923c0298691847eba1c394a287e52f (diff) | |
download | ManaVerse-087576e8e9e7c1555f6cabe9d34317bdddff2c78.tar.gz ManaVerse-087576e8e9e7c1555f6cabe9d34317bdddff2c78.tar.bz2 ManaVerse-087576e8e9e7c1555f6cabe9d34317bdddff2c78.tar.xz ManaVerse-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.cpp | 1 |
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", |