Reduce mouse wheel speed in eventList

This commit is contained in:
miruka
2019-09-12 20:54:25 -04:00
parent f6b2c59fdc
commit 8334f88418
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ Rectangle {
eventList,
200 * Qt.styleHints.wheelScrollLines *
(wheel.angleDelta.y < 0 ? 1 : -1),
3
2,
)
}
}