diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-11 16:27:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-11 16:27:16 +0300 |
commit | ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9 (patch) | |
tree | a4fbc02d8259aa19eed4fc8f95c1ea249085bda4 /src/gui/theme.cpp | |
parent | 9d335ffd1651b5fb7bf71ca49fabba80c9099739 (diff) | |
download | plus-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.tar.gz plus-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.tar.bz2 plus-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.tar.xz plus-ccdaf8cc6f61c322a2308123b03bb91f9ca68ee9.zip |
Add new colors for button theming.
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED.
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 578717b57..99dac7887 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -679,6 +679,8 @@ static int readColorType(const std::string &type) "PROGRESS_BAR", "BUTTON", "BUTTON_DISABLED", + "BUTTON_HIGHLIGHTED", + "BUTTON_PRESSED", "CHECKBOX", "DROPDOWN", "LABEL", |