]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Automatically relayout the items on window resizing
authorHolger Freyther <holger+kde@freyther.de>
Sat, 25 Nov 2006 22:44:05 +0000 (22:44 +0000)
committerHolger Freyther <holger+kde@freyther.de>
Sat, 25 Nov 2006 22:44:05 +0000 (22:44 +0000)
svn path=/trunk/playground/utils/dolphin/; revision=607845

src/dolphiniconsview.cpp

index e9a53d53efebac96b95619c16cb28c7381353cca..9cdc11db7f45e8f3a9b578901d61c344c5f851d6 100644 (file)
@@ -24,6 +24,7 @@
 DolphinIconsView::DolphinIconsView(DolphinView* parent) :
     QListView(parent)
 {
+    setResizeMode( QListView::Adjust );
 }
 
 DolphinIconsView::~DolphinIconsView()