Increased scroll speed for info scroll view.

This commit is contained in:
Luis Ángel San Martín 2016-04-18 18:25:04 +02:00
parent bd78b6f504
commit b63562f107
2 changed files with 2 additions and 0 deletions

View File

@ -590,6 +590,7 @@ Rectangle {
visible: showInfo
ScrollView {
__wheelAreaScrollSpeed: 75
anchors.fill: parent
anchors.margins: 0

View File

@ -62,6 +62,7 @@ Rectangle {
color: "#2e2e2e"
ScrollView {
__wheelAreaScrollSpeed: 75
anchors.fill: parent
anchors.margins: 0