From ffe9f62839d5bc908dfd3d6b2c237464c907a78c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 25 Sep 2007 13:03:41 +0000 Subject: 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 --- src/dolphindetailsview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphindetailsview.cpp') 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); -- cgit v1.3