diff -r 125793e17004 -r 514d98f21c43 mulwidgets/gesturehelper/src/gesturedefs.h --- a/mulwidgets/gesturehelper/src/gesturedefs.h Tue May 25 13:16:14 2010 +0300 +++ b/mulwidgets/gesturehelper/src/gesturedefs.h Mon Jun 21 16:15:51 2010 +0300 @@ -43,7 +43,7 @@ const TInt KGestureTolerancePercent = 4; // of 100 /// Tolerance for considering it as pinch gesture for the first time -const TInt KInitialPinchTolerance = 20; // Pixels +const TInt KInitialPinchTolerance = 5; // Pixels /// Tolerance for considering it as pinch gesture after a pinch is detected const TInt KPinchTolerance = 5; // Pixels