diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:51:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:51:53 +0300 |
commit | f02ad41aacd14b0c5f53fb01fe833c42b81f8d63 (patch) | |
tree | 16b2fff2cd57591d7c39e7b6861c7445bb8375c4 /src/gui/theme.cpp | |
parent | ee13b712f0c9a285baf7a43e6d58b367dd6145f1 (diff) | |
download | plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.gz plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.bz2 plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.tar.xz plus-f02ad41aacd14b0c5f53fb01fe833c42b81f8d63.zip |
add outline color in dropdown.
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 9ed1f44a5..6c64af727 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -791,6 +791,7 @@ static int readColorType(const std::string &type) "CHECKBOX", "CHECKBOX_OUTLINE", "DROPDOWN", + "DROPDOWN_OUTLINE", "LABEL", "LABEL_OUTLINE", "LISTBOX", |