]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindetailsview.cpp
use pixel scrolling for all views (thanks to Rafael for the initial fix in the column...
[dolphin.git] / src / dolphindetailsview.cpp
index 86a724da1e034dd69ef55f6e387fda9e25530000..6fe4709ff1805c35e6b44324f2366ec2c339f8c3 100644 (file)
@@ -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);