summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-04 15:26:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-04 15:26:20 +0300
commit1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5 (patch)
treebe78c40ec73443cc602c3363aa719065052cda85 /src/gui/theme.cpp
parentf54248ded370d95586e52b5fd8e14902fb5eec2b (diff)
downloadplus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.tar.gz
plus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.tar.bz2
plus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.tar.xz
plus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.zip
Add outline for label default color.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 05d0f75ab..556b17932 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -786,6 +786,7 @@ static int readColorType(const std::string &type)
"CHECKBOX",
"DROPDOWN",
"LABEL",
+ "LABEL_OUTLINE",
"LISTBOX",
"LISTBOX_SELECTED",
"RADIOBUTTON",