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:
parent
1d9da0068e
commit
07610e04ea
@ -462,7 +462,6 @@ void TabBar::removeTab(int index)
|
|||||||
} else {
|
} else {
|
||||||
d->tabWidgetLayout->addItem(d->emptyTabBarSpacer);
|
d->tabWidgetLayout->addItem(d->emptyTabBarSpacer);
|
||||||
}
|
}
|
||||||
d->tabProxy->setPreferredSize(d->tabProxy->native->sizeHint());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QGraphicsLayoutItem *TabBar::takeTab(int index)
|
QGraphicsLayoutItem *TabBar::takeTab(int index)
|
||||||
|
Loading…
Reference in New Issue
Block a user