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/chatwindow.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/chatwindow.h')
-rw-r--r-- | src/gui/chatwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h index 1b10405d4..d8457d691 100644 --- a/src/gui/chatwindow.h +++ b/src/gui/chatwindow.h @@ -246,6 +246,8 @@ class ChatWindow : public Window, std::string doReplace(const std::string &msg); + void adjustTabSize(); + protected: friend class ChatTab; friend class WhisperTab; @@ -261,8 +263,6 @@ class ChatWindow : public Window, void removeWhisper(const std::string &nick); - void adjustTabSize(); - void autoComplete(); std::string addColors(std::string &msg); |