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
This commit is contained in:
Marco Martin 2010-11-29 17:08:52 +00:00
parent 1d9da0068e
commit 07610e04ea

View File

@ -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)