[scroller] add the value of thumbscroll_sensitivity_friction 1.0
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 17 Oct 2011 08:15:23 +0000 (17:15 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 17 Oct 2011 08:15:23 +0000 (17:15 +0900)
Change-Id: I20fb05aecac11ef3b191f8a51894fc883824ace5

config/slp/base.src

index e500d26..a6f4d53 100644 (file)
@@ -12,6 +12,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 "scroll_smooth_amount" double: 0.0;
   value "scroll_smooth_history_weight" double: 0.3;
   value "scroll_smooth_future_time" double: 0.0;