From c255182b1c0d264604858e52db031548a3e714a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 30 Sep 2022 23:34:47 +0200 Subject: [PATCH] Remove custom scroll bar for the synopsis --- YACReaderLibrary/qml/GridComicsView6.qml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/YACReaderLibrary/qml/GridComicsView6.qml b/YACReaderLibrary/qml/GridComicsView6.qml index 316da945..23895fd7 100644 --- a/YACReaderLibrary/qml/GridComicsView6.qml +++ b/YACReaderLibrary/qml/GridComicsView6.qml @@ -619,23 +619,6 @@ Rectangle { ScrollBar.horizontal.policy: ScrollBar.AlwaysOff - ScrollBar.vertical: ScrollBar { - visible: true - contentItem: Item { - implicitWidth: 12 - implicitHeight: 26 - Rectangle { - color: "#424246" - anchors.fill: parent - anchors.topMargin: 6 - anchors.leftMargin: 5 - anchors.rightMargin: 4 - anchors.bottomMargin: 6 - radius: 2 - } - } - } - contentItem: currentComicInfoSinopsis id: synopsisScroller