From: Shilpa Singh Date: Fri, 10 Apr 2020 12:48:22 +0000 (+0530) Subject: Screen-reader: Two finger move gesture sensitivity increased as its X-Git-Tag: submit/tizen/20200506.062648~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1d9ece3eceeda70aa3b76bef4316e2c9d3dbcf1;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-screen-reader.git Screen-reader: Two finger move gesture sensitivity increased as its difficult to scroll, flick with two fingers currently. PLM fixes: P200407-01580, P200311-04050 Signed-off-by: Prasoon Singh Signed-off-by: Shilpa Singh Change-Id: I6f3b8f810523476176e759ee18085bd18def5128 --- diff --git a/src/e_mod_accessibility_conf.c b/src/e_mod_accessibility_conf.c index 6add0cf..dfc58e6 100644 --- a/src/e_mod_accessibility_conf.c +++ b/src/e_mod_accessibility_conf.c @@ -1,7 +1,7 @@ #include "e_mod_accessibility_conf.h" #include "e.h" -#define DEFAULT_QUICKPANEL_AREA_SIZE 40 +#define DEFAULT_QUICKPANEL_AREA_SIZE 60 #define DEFAULT_LONGPRESS_TIMEOUT 0.4 #define ACCESSIBILITY_CONFIG "Screen_Reader_Accessibility_Config" #define MODULE_ACCESSIBILITY "module.screen_reader.accessibility"