[Scroller] Scroll config is changed for fixing PLM issue.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 31 May 2013 06:00:34 +0000 (15:00 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 05:31:04 +0000 (14:31 +0900)
Change-Id: I524569f950c31f0a15e966738560afa7e3d3593d

Conflicts:

config/mobile/base.src

config/mobile/base.src

index 814b2ea..3b66983 100644 (file)
@@ -6,16 +6,16 @@ group "Elm_Config" struct {
   value "thumbscroll_threshold" int: 15;
   value "thumbscroll_hold_threshold" int: 100;
   value "thumbscroll_momentum_threshold" double: 100.0;
-  value "thumbscroll_friction" double: 1.0;
-  value "thumbscroll_min_friction" double: 0.3;
-  value "thumbscroll_friction_standard" double: 3000.0;
+  value "thumbscroll_friction" double: 1.5;
+  value "thumbscroll_min_friction" double: 0.1;
+  value "thumbscroll_friction_standard" double: 3500.0;
   value "thumbscroll_bounce_friction" double: 0.5;
   value "thumbscroll_bounce_enable" uchar: 0;
   value "page_scroll_friction" double: 0.5;
   value "bring_in_scroll_friction" double: 0.5;
   value "zoom_friction" double: 0.5;
   value "thumbscroll_border_friction" double: 0.5;
-  value "thumbscroll_sensitivity_friction" double: 0.7;
+  value "thumbscroll_sensitivity_friction" double: 0.8;
   value "scroll_smooth_amount" double: 0.0;
   value "scroll_smooth_history_weight" double: 0.3;
   value "scroll_smooth_future_time" double: 0.0;