diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:11:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:11:53 +0300 |
commit | e09cff19fba98786e2bbc551066cbb11d189f687 (patch) | |
tree | 909380d278d6eb6b34c0f2c92278d6b86e7313c9 /src/gui/theme.cpp | |
parent | 8173f60c83d176e10412b1dc1191d7987cebdb10 (diff) | |
download | plus-e09cff19fba98786e2bbc551066cbb11d189f687.tar.gz plus-e09cff19fba98786e2bbc551066cbb11d189f687.tar.bz2 plus-e09cff19fba98786e2bbc551066cbb11d189f687.tar.xz plus-e09cff19fba98786e2bbc551066cbb11d189f687.zip |
Add dropdown own color.
Parameter "DROPDOWN" in colors.xml
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 723730e2d..440c4ccf9 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -663,6 +663,7 @@ static int readColorType(const std::string &type) "BUTTON", "BUTTON_DISABLED", "CHECKBOX", + "DROPDOWN", "TAB", "PARTY_CHAT_TAB", "PARTY_SOCIAL_TAB", |