From b63562f1079e46bc3c086aea373c6ccf43f640a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 18 Apr 2016 18:25:04 +0200 Subject: [PATCH] Increased scroll speed for info scroll view. --- YACReaderLibrary/qml/GridComicsView.qml | 1 + YACReaderLibrary/qml/InfoComicsView.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index 70bb0f7c..2d96ceb1 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -590,6 +590,7 @@ Rectangle { visible: showInfo ScrollView { + __wheelAreaScrollSpeed: 75 anchors.fill: parent anchors.margins: 0 diff --git a/YACReaderLibrary/qml/InfoComicsView.qml b/YACReaderLibrary/qml/InfoComicsView.qml index f3106710..6ffb35c3 100644 --- a/YACReaderLibrary/qml/InfoComicsView.qml +++ b/YACReaderLibrary/qml/InfoComicsView.qml @@ -62,6 +62,7 @@ Rectangle { color: "#2e2e2e" ScrollView { + __wheelAreaScrollSpeed: 75 anchors.fill: parent anchors.margins: 0