diff options
| author | Peter Penz <[email protected]> | 2007-09-25 13:03:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-25 13:03:41 +0000 |
| commit | ffe9f62839d5bc908dfd3d6b2c237464c907a78c (patch) | |
| tree | 833878f55adaca5d0e35fc5b1f05ba0afec9886e /src/dolphindetailsview.cpp | |
| parent | d462712eafb9a7329b0987db5ef8f7256f5c93ca (diff) | |
use pixel scrolling for all views (thanks to Rafael for the initial fix in the column view)
svn path=/trunk/KDE/kdebase/apps/; revision=716868
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 86a724da1..6fe4709ff 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -52,6 +52,8 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr setDragDropMode(QAbstractItemView::DragDrop); setDropIndicatorShown(false); setAlternatingRowColors(true); + setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel); + setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); setMouseTracking(true); viewport()->setAttribute(Qt::WA_Hover); |
