summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 00:55:29 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 00:55:29 +0300
commit55924e43101deef978c6f73ed5a4da63fcb58705 (patch)
tree92dcd05de197cac01346d99096dce48709fe591d /src/gui/theme.cpp
parent478a5fcaa06b001915bd8950c3ef807d73c571ca (diff)
downloadplus-55924e43101deef978c6f73ed5a4da63fcb58705.tar.gz
plus-55924e43101deef978c6f73ed5a4da63fcb58705.tar.bz2
plus-55924e43101deef978c6f73ed5a4da63fcb58705.tar.xz
plus-55924e43101deef978c6f73ed5a4da63fcb58705.zip
Add outline colors for button class.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 58d7e8245..e4f78efd2 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -781,9 +781,13 @@ static int readColorType(const std::string &type)
"BORDER",
"PROGRESS_BAR",
"BUTTON",
+ "BUTTON_OUTLINE",
"BUTTON_DISABLED",
+ "BUTTON_DISABLED_OUTLINE",
"BUTTON_HIGHLIGHTED",
+ "BUTTON_HIGHLIGHTED_OUTLINE",
"BUTTON_PRESSED",
+ "BUTTON_PRESSED_OUTLINE",
"CHECKBOX",
"DROPDOWN",
"LABEL",