From 3658254b727ad8a5d37ef017e73b6aeb4a1b354a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 30 Oct 2015 21:54:42 +0100 Subject: [PATCH] There is no more need to use YACReaderScrollView.qml since the scroll in the defaul QML's ScrollView seems to be fixed --- YACReaderLibrary/qml/GridComicsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index 8fc075bc..49d41405 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -290,7 +290,7 @@ Rectangle { } } - YACReaderScrollView{ + ScrollView{ id: scrollView anchors.fill: parent anchors.margins: 0