mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 06:23:16 +08:00
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:
parent
0213a3833c
commit
3ecad03aee
@ -178,7 +178,7 @@ Item
|
||||
ListView
|
||||
{
|
||||
id: contents
|
||||
maximumFlickVelocity: 1000
|
||||
maximumFlickVelocity: 1000 * screenScaleFactor
|
||||
anchors
|
||||
{
|
||||
top: filterContainer.bottom
|
||||
|
Loading…
x
Reference in New Issue
Block a user