summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-06 19:53:23 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-06 19:53:23 +0300
commit62152b1ea96cf5e35b8d542ca451e682fdd052dc (patch)
tree9957a98fc6e2b2f8240c0e880475d6c8bc2b0451
parent6d32eb1546f45e319454aada806543a20194b894 (diff)
downloadplus-62152b1ea96cf5e35b8d542ca451e682fdd052dc.tar.gz
plus-62152b1ea96cf5e35b8d542ca451e682fdd052dc.tar.bz2
plus-62152b1ea96cf5e35b8d542ca451e682fdd052dc.tar.xz
plus-62152b1ea96cf5e35b8d542ca451e682fdd052dc.zip
fix chat tab resize and follow last line at same time.v1.3.7.7.1
-rw-r--r--src/gui/widgets/tabbedarea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp
index de88a3e50..e06c33dd9 100644
--- a/src/gui/widgets/tabbedarea.cpp
+++ b/src/gui/widgets/tabbedarea.cpp
@@ -479,7 +479,7 @@ void TabbedArea::adjustSize()
w->setPosition(wFrameSize, wFrameSize);
w->setSize(mWidgetContainer->getWidth() - frame2,
- mWidgetContainer->getHeight() - frame2);
+ w->getHeight());
}
}