Remove custom scroll bar for the synopsis

This commit is contained in:
Luis Ángel San Martín 2022-09-30 23:34:47 +02:00
parent c31895018a
commit c255182b1c

View File

@ -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