mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
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:
parent
1b36dd7de9
commit
7331945eb0
@ -619,6 +619,7 @@ Rectangle {
|
|||||||
|
|
||||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||||
|
|
||||||
|
contentWidth: -1
|
||||||
contentItem: currentComicInfoSinopsis
|
contentItem: currentComicInfoSinopsis
|
||||||
|
|
||||||
id: synopsisScroller
|
id: synopsisScroller
|
||||||
|
Loading…
Reference in New Issue
Block a user