1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

Automatically relayout the items on window resizing

svn path=/trunk/playground/utils/dolphin/; revision=607845
This commit is contained in:
Holger Freyther 2006-11-25 22:44:05 +00:00
parent 09c69ff811
commit 8fa346cd4b

View File

@ -24,6 +24,7 @@
DolphinIconsView::DolphinIconsView(DolphinView* parent) :
QListView(parent)
{
setResizeMode( QListView::Adjust );
}
DolphinIconsView::~DolphinIconsView()