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.h | |
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.h')
-rw-r--r-- | src/gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index ef3db572f..ca4204a36 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -243,6 +243,7 @@ class Theme final : public Palette, public ConfigListener TAB_SELECTED_OUTLINE, TEXTBOX, TEXTFIELD, + TEXTFIELD_OUTLINE, WINDOW, WINDOW_OUTLINE, PARTY_CHAT_TAB, |