From kde-commits Thu Jun 05 17:23:37 2008 From: =?utf-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Thu, 05 Jun 2008 17:23:37 +0000 To: kde-commits Subject: branches/KDE/4.0/kdelibs/kfile Message-Id: <1212686617.999552.3682.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121268666308017 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));