Use screenscale factor for maximumFlickVelocity

Not sure if it fixes it for all OSes, but the documentation says that this
is a platform specific setting and it increases it by 1.25 for me. Since
the velocity is in pixels/s, it makes sense to have it depend on the screenscale
factor

CURA-9182
This commit is contained in:
Jaime van Kessel 2022-04-26 13:21:36 +02:00
parent 0213a3833c
commit 3ecad03aee

View file

@ -178,7 +178,7 @@ Item
ListView
{
id: contents
maximumFlickVelocity: 1000
maximumFlickVelocity: 1000 * screenScaleFactor
anchors
{
top: filterContainer.bottom