diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-07 14:42:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-07 14:42:58 +0300 |
commit | c1eb6af06cb3453eea7a5242bc603af716c58990 (patch) | |
tree | e7af20a2bf90d07f35f43f33fedab8a2b1fb4aaf /src/gui/chatwindow.cpp | |
parent | 94fdc870da3cfba82ac9b05b0e77489782244a76 (diff) | |
download | plus-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.cpp | 1 |
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); |