[scroller] changed thumbscroll_threshold value 24 to 15
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 22 May 2013 06:02:49 +0000 (15:02 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 05:12:23 +0000 (14:12 +0900)
Change-Id: Icdb06e4cb8ebaca504f38b7527b25d02d8706555

config/mobile/base.src

index 295b52e..da05bba 100644 (file)
@@ -3,7 +3,7 @@ group "Elm_Config" struct {
   value "engine" string: "software_x11";
   value "vsync" uchar: 1;
   value "thumbscroll_enable" uchar: 1;
-  value "thumbscroll_threshold" int: 24;
+  value "thumbscroll_threshold" int: 15;
   value "thumbscroll_hold_threshold" int: 100;
   value "thumbscroll_momentum_threshold" double: 100.0;
   value "thumbscroll_friction" double: 1.0;