From 140d552e6da0d275eacffa0e2719a8e0a9801b92 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 24 Feb 2020 06:24:09 -0800 Subject: 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 --- mobile-widgets/qml/DiveDetailsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/DiveDetailsView.qml') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index 0227c4785..196c89617 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -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 -- cgit v1.2.3-70-g09d2