diff options
| author | Rafael Fernández López <[email protected]> | 2007-06-17 15:32:31 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-06-17 15:32:31 +0000 |
| commit | 11f0a8c50310ebbcaa93318cb097077482268cdd (patch) | |
| tree | 06df222f3e7812bea96db8b8c1a40256547ec7b0 /src/dolphiniconsview.cpp | |
| parent | 1c0341958df6d5cea0a2725afb6245ce498422b2 (diff) | |
New and powerful KListView. Still pending class renaming. There are two
methods that I need to think about it, and boost. Small issues like
reloading all data when sorting role suddenly changes. In general terms
it will work nice when you sort by name or size. We have to work further
when we sort by other roles. Nice times.
svn path=/trunk/KDE/kdebase/apps/; revision=676732
Diffstat (limited to 'src/dolphiniconsview.cpp')
| -rw-r--r-- | src/dolphiniconsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index 50d7f311e..cf5be61ef 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -38,7 +38,7 @@ DolphinIconsView::DolphinIconsView(QWidget* parent, DolphinController* controlle Q_ASSERT(controller != 0); setViewMode(QListView::IconMode); setResizeMode(QListView::Adjust); - + setSpacing(10); setMouseTracking(true); viewport()->setAttribute(Qt::WA_Hover); |
