diff -r ff572dfe6d86 -r 9674c1a575e9 idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h Fri Mar 12 15:41:49 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xngesturedefs.h Mon Mar 15 12:39:47 2010 +0200 @@ -56,7 +56,7 @@ * tolerance in degrees to either side of an angle, for direction to be * the same as reference angle */ - const TReal KAngleTolerance = 25; + const TReal KAngleTolerance = 35; /** * maximum pointer movement from pointer down position for a gesture be @@ -68,7 +68,7 @@ * minimum length of a valid swipe in pixels. should be larger than * KTapTolerance */ - const TReal KMinSwipeLength = 5; + const TReal KMinSwipeLength = 100; /** Nth pointer event before the latest point */ const TInt KPreviousPointOffset = 3;