mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Lower the max flick velocity of settingview
On my system it was 2500, which made it almost impossible to work with the trackpad CURA-9025
This commit is contained in:
parent
84a0c732c1
commit
a5098f469b
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ Item
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
id: contents
|
id: contents
|
||||||
|
maximumFlickVelocity: 1000
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: filterContainer.bottom
|
top: filterContainer.bottom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue