SVN commit 817288 by ereslibre: Backport of fix. Respect the size the user set to the places view. M +0 -2 kfileplacesview.cpp --- branches/KDE/4.0/kdelibs/kfile/kfileplacesview.cpp #817287:817288 @@ -221,8 +221,6 @@ setDropIndicatorShown(true); setFrameStyle(QFrame::NoFrame); - setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); - setResizeMode(Adjust); setItemDelegate(new KFilePlacesViewDelegate(this));