mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Increased scroll speed for info scroll view.
This commit is contained in:
parent
bd78b6f504
commit
b63562f107
@ -590,6 +590,7 @@ Rectangle {
|
||||
visible: showInfo
|
||||
|
||||
ScrollView {
|
||||
__wheelAreaScrollSpeed: 75
|
||||
anchors.fill: parent
|
||||
anchors.margins: 0
|
||||
|
||||
|
@ -62,6 +62,7 @@ Rectangle {
|
||||
color: "#2e2e2e"
|
||||
|
||||
ScrollView {
|
||||
__wheelAreaScrollSpeed: 75
|
||||
anchors.fill: parent
|
||||
anchors.margins: 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user