base.src : thumbscroll_friction value changed from 3.0 to 1.0
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 7 Jun 2011 02:43:14 +0000 (11:43 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 7 Jun 2011 02:43:14 +0000 (11:43 +0900)
config/slp/base.src

index ab57ee7..73d0440 100644 (file)
@@ -5,7 +5,7 @@ group "Elm_Config" struct {
   value "thumbscroll_enable" uchar: 1;
   value "thumbscroll_threshold" int: 24;
   value "thumbscroll_momentum_threshold" double: 100.0;
-  value "thumbscroll_friction" double: 3.0;
+  value "thumbscroll_friction" double: 1.0;
   value "thumbscroll_bounce_friction" double: 0.5;
   value "thumbscroll_bounce_enable" uchar: 1;
   value "page_scroll_friction" double: 0.5;