mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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.axis: Drag.XAndYAxis
|
||||
drag.smoothed: true
|
||||
pressAndHoldInterval: 150 // very short - feels about right
|
||||
pressAndHoldInterval: 50 // very short - feels about right
|
||||
// cursor/finger position as we start dragging
|
||||
property real initialX
|
||||
property real initialY
|
||||
|
|
Loading…
Reference in a new issue