SVN commit 764442 by andrunko: Make sure the item size is computed when a new row is inserted. M +2 -0 kfileplacesview.cpp --- branches/KDE/4.0/kdelibs/kfile/kfileplacesview.cpp #764441:764442 @@ -480,6 +480,8 @@ delegate->setAppearingItemProgress(0.0); d->itemAppearTimeline.start(); } + + d->adaptItemSize(); } QSize KFilePlacesView::sizeHint() const