Tune press delay to be able to swipe tablet pages easier

This commit is contained in:
vladest 2017-11-11 09:43:34 +01:00
parent 637a4ff357
commit 9dbcff040d

View file

@ -14,7 +14,7 @@ Item {
property int count: 0
//timeout for press delay before swipe occurs
readonly property int pressDelayTime: 50
readonly property int pressDelayTime: 100
// used to look up a button by its uuid
function findButtonIndex(uuid) {