diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:56:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:56:48 +0300 |
commit | a2c2444d9eb4b43fb73339ae1cc3b7464f33409e (patch) | |
tree | 44ff07e2fed8af0273f899de5dfaf11f0dbf3fb5 /src/gui/theme.cpp | |
parent | 2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32 (diff) | |
download | plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.gz plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.bz2 plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.xz plus-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.zip |
add outline color to listbox.
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 c5d358cab..1077dc1ff 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -789,7 +789,9 @@ static int readColorType(const std::string &type) "LABEL", "LABEL_OUTLINE", "LISTBOX", + "LISTBOX_OUTLINE", "LISTBOX_SELECTED", + "LISTBOX_SELECTED_OUTLINE", "RADIOBUTTON", "POPUP", "POPUP_OUTLINE", |