summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-07 14:42:58 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-07 14:42:58 +0300
commitc1eb6af06cb3453eea7a5242bc603af716c58990 (patch)
treee7af20a2bf90d07f35f43f33fedab8a2b1fb4aaf /src/gui/chatwindow.cpp
parent94fdc870da3cfba82ac9b05b0e77489782244a76 (diff)
downloadplus-c1eb6af06cb3453eea7a5242bc603af716c58990.tar.gz
plus-c1eb6af06cb3453eea7a5242bc603af716c58990.tar.bz2
plus-c1eb6af06cb3453eea7a5242bc603af716c58990.tar.xz
plus-c1eb6af06cb3453eea7a5242bc603af716c58990.zip
extent tab to follow different resize policy.
Diffstat (limited to 'src/gui/chatwindow.cpp')
-rw-r--r--src/gui/chatwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp
index 078164518..fe6194b23 100644
--- a/src/gui/chatwindow.cpp
+++ b/src/gui/chatwindow.cpp
@@ -253,6 +253,7 @@ ChatWindow::ChatWindow():
mChatTabs->enableScrollButtons(true);
mChatTabs->setFollowDownScroll(true);
+ mChatTabs->setResizeHeight(false);
mChatInput->setActionEventId("chatinput");
mChatInput->addActionListener(this);