Disable horizontal scrolling in the synopsis text

For some reason the content size is not properly calculated and you can scroll horizontally endlessly.
This commit is contained in:
Luis Ángel San Martín Rodríguez 2022-10-01 08:27:29 +02:00
parent 1b36dd7de9
commit 7331945eb0

View File

@ -619,6 +619,7 @@ Rectangle {
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
contentWidth: -1
contentItem: currentComicInfoSinopsis
id: synopsisScroller