mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/profile: make the wait before dragging even shorter
Several users still found the wait too long - this is near instantaneous it just ignores brief taps. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6570597f5b
commit
140d552e6d
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Item {
|
||||||
drag.target: qmlProfile
|
drag.target: qmlProfile
|
||||||
drag.axis: Drag.XAndYAxis
|
drag.axis: Drag.XAndYAxis
|
||||||
drag.smoothed: true
|
drag.smoothed: true
|
||||||
pressAndHoldInterval: 150 // very short - feels about right
|
pressAndHoldInterval: 50 // very short - feels about right
|
||||||
// cursor/finger position as we start dragging
|
// cursor/finger position as we start dragging
|
||||||
property real initialX
|
property real initialX
|
||||||
property real initialY
|
property real initialY
|
||||||
|
|
Loading…
Add table
Reference in a new issue