┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-09-25 13:03:41 +0000
committerPeter Penz <[email protected]>2007-09-25 13:03:41 +0000
commitffe9f62839d5bc908dfd3d6b2c237464c907a78c (patch)
tree833878f55adaca5d0e35fc5b1f05ba0afec9886e /src/dolphindetailsview.cpp
parentd462712eafb9a7329b0987db5ef8f7256f5c93ca (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.cpp2
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);