┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphinviewautoscroller.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinviewautoscroller.cpp b/src/dolphinviewautoscroller.cpp
index 10bdebe3d..c5d5e47d7 100644
--- a/src/dolphinviewautoscroller.cpp
+++ b/src/dolphinviewautoscroller.cpp
@@ -160,9 +160,9 @@ int DolphinViewAutoScroller::calculateScrollIncrement(int cursorPos, int rangeSi
{
int inc = 0;
- const int minSpeed = 2;
- const int maxSpeed = 32;
- const int speedLimiter = 8;
+ const int minSpeed = 4;
+ const int maxSpeed = 64;
+ const int speedLimiter = 4;
const int autoScrollBorder = 32;
if (cursorPos < autoScrollBorder) {