┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-04-10 19:21:54 +0200
committerPeter Penz <[email protected]>2011-04-10 19:24:02 +0200
commit529da986450fff895540cd24d141bcf368c4d87c (patch)
tree7ece13f9a67e514964a5a723a6edf49a088a937c /src
parent4263d56b16b01829cf6948f702849343635bcdfe (diff)
Column View: Keep wheel-behavior consistent with other views
Using the wheel in the column view resulted in too big jumps. Keep it consistent with the details view and icons view. BUG: 269942 FIXED-IN: 4.7.0
Diffstat (limited to 'src')
-rw-r--r--src/views/dolphincolumnview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/dolphincolumnview.cpp b/src/views/dolphincolumnview.cpp
index 8f97875ae..fa1f620e4 100644
--- a/src/views/dolphincolumnview.cpp
+++ b/src/views/dolphincolumnview.cpp
@@ -82,6 +82,7 @@ DolphinColumnView::DolphinColumnView(QWidget* parent,
setItemsExpandable(false);
setEditTriggers(QAbstractItemView::NoEditTriggers);
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
+ setVerticalScrollMode(QTreeView::ScrollPerPixel);
m_resizeWidget = new QLabel(this);
m_resizeWidget->setPixmap(KIcon("transform-move").pixmap(KIconLoader::SizeSmall));