From c5f980195ebf4e249b8759d660a703803fc3e369 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Dec 2013 18:58:13 +0300 Subject: fix chat tabs scrolling issue with enabled colors picker. --- src/gui/widgets/tabbedarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/tabbedarea.cpp') diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp index dee1640ad..6a579d792 100644 --- a/src/gui/widgets/tabbedarea.cpp +++ b/src/gui/widgets/tabbedarea.cpp @@ -485,7 +485,7 @@ void TabbedArea::adjustSize() maxTabHeight = mTabs[i].first->getHeight(); } - mTabContainer->setSize(width - 2, maxTabHeight); + mTabContainer->setSize(width - mRightMargin, maxTabHeight); mWidgetContainer->setPosition(0, maxTabHeight); mWidgetContainer->setSize(width, height - maxTabHeight); -- cgit v1.2.3-60-g2f50