diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-08 02:17:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-08 02:17:40 +0300 |
commit | be881476350ab5f4202e687ad4161099870fe5a4 (patch) | |
tree | 0758102d5203de8857be71b9d8ef6b3eeccff3fb /src/gui/setup_chat.h | |
parent | b65ec0190a8b5623052981b841ce2232b27760ef (diff) | |
download | plus-be881476350ab5f4202e687ad4161099870fe5a4.tar.gz plus-be881476350ab5f4202e687ad4161099870fe5a4.tar.bz2 plus-be881476350ab5f4202e687ad4161099870fe5a4.tar.xz plus-be881476350ab5f4202e687ad4161099870fe5a4.zip |
Now if chat input is hidden, it not using space in window.
Diffstat (limited to 'src/gui/setup_chat.h')
-rw-r--r-- | src/gui/setup_chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 30a59895a..2a6e5b183 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -86,6 +86,9 @@ class Setup_Chat : public SetupTab, public gcn::ActionListener gcn::CheckBox *mShowBattleEventsCheckBox; bool mShowBattleEvents; + gcn::CheckBox *mHideChatInputCheckBox; + bool mHideChatInput; + EditDialog *mEditDialog; }; |