diff options
| author | Holger Freyther <[email protected]> | 2006-11-25 22:44:05 +0000 |
|---|---|---|
| committer | Holger Freyther <[email protected]> | 2006-11-25 22:44:05 +0000 |
| commit | 8fa346cd4b31fba8f0cf0aea4522ed71e470f81c (patch) | |
| tree | 0e2bcb19263d7a2db945800de29c0a139b000f39 /src | |
| parent | 09c69ff81161fcf726fefa549a26f426d7d799f3 (diff) | |
Automatically relayout the items on window resizing
svn path=/trunk/playground/utils/dolphin/; revision=607845
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphiniconsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index e9a53d53e..9cdc11db7 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -24,6 +24,7 @@ DolphinIconsView::DolphinIconsView(DolphinView* parent) : QListView(parent) { + setResizeMode( QListView::Adjust ); } DolphinIconsView::~DolphinIconsView() |
