mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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
|
visible: showInfo
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
__wheelAreaScrollSpeed: 75
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 0
|
anchors.margins: 0
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@ Rectangle {
|
|||||||
color: "#2e2e2e"
|
color: "#2e2e2e"
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
__wheelAreaScrollSpeed: 75
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 0
|
anchors.margins: 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user