diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:46:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:46:56 +0300 |
commit | 478a5fcaa06b001915bd8950c3ef807d73c571ca (patch) | |
tree | 0f55bc740329173537b18a0619769a157a4af82c /src/gui/theme.cpp | |
parent | 592b28ddc60d437b7b7ebd14386873b808605f8e (diff) | |
download | plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.tar.gz plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.tar.bz2 plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.tar.xz plus-478a5fcaa06b001915bd8950c3ef807d73c571ca.zip |
add outline color in textfield class.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 66d529d85..58d7e8245 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -803,6 +803,7 @@ static int readColorType(const std::string &type) "TAB_SELECTED_OUTLINE", "TEXTBOX", "TEXTFIELD", + "TEXTFIELD_OUTLINE", "WINDOW", "WINDOW_OUTLINE", "PARTY_CHAT_TAB", |