summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-05 23:56:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-05 23:56:48 +0300
commita2c2444d9eb4b43fb73339ae1cc3b7464f33409e (patch)
tree44ff07e2fed8af0273f899de5dfaf11f0dbf3fb5 /src/gui/theme.cpp
parent2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32 (diff)
downloadManaVerse-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.gz
ManaVerse-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.bz2
ManaVerse-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.tar.xz
ManaVerse-a2c2444d9eb4b43fb73339ae1cc3b7464f33409e.zip
add outline color to listbox.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
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",