From 07610e04eaaa09c08935e5e898f85d3251ab7b4a Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 29 Nov 2010 17:08:52 +0000 Subject: [PATCH] try to remove the hardcoded size hint of the tabbar proxy widget.. the Qt bug that it was masking should be gone now svn path=/trunk/KDE/kdelibs/; revision=1202100 --- widgets/tabbar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/tabbar.cpp b/widgets/tabbar.cpp index 6540ffa73..a347a8dbf 100644 --- a/widgets/tabbar.cpp +++ b/widgets/tabbar.cpp @@ -462,7 +462,6 @@ void TabBar::removeTab(int index) } else { d->tabWidgetLayout->addItem(d->emptyTabBarSpacer); } - d->tabProxy->setPreferredSize(d->tabProxy->native->sizeHint()); } QGraphicsLayoutItem *TabBar::takeTab(int index)