mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ Item
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
id: contents
|
id: contents
|
||||||
maximumFlickVelocity: 1000
|
maximumFlickVelocity: 1000 * screenScaleFactor
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: filterContainer.bottom
|
top: filterContainer.bottom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue