mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Increased scroll speed for info scroll view.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user