[Scroller] The config of sensitivity_friction is changed 0.7.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 26 Apr 2013 08:04:34 +0000 (17:04 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:31:23 +0000 (13:31 +0900)
Change-Id: I3857c8a7ca013515e46fd30bea86e25296b79662

Conflicts:

config/mobile/base.src

config/mobile/base.src

index dcb7ff0..702c1d5 100644 (file)
@@ -15,7 +15,7 @@ group "Elm_Config" struct {
   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: 1.0;
+  value "thumbscroll_sensitivity_friction" double: 0.7;
   value "scroll_smooth_amount" double: 0.0;
   value "scroll_smooth_history_weight" double: 0.3;
   value "scroll_smooth_future_time" double: 0.0;