[*]Changed finger size to 60. So in WVGA finger size becomes 40.
[framework/uifw/elementary.git] / config / slp / base.src
index 2f295e4..f187dc0 100644 (file)
@@ -12,6 +12,12 @@ 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;
+  value "scroll_smooth_time_window" double: 0.2;
+  value "scroll_smooth_time_interval" double: 0.008;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;
@@ -22,7 +28,7 @@ group "Elm_Config" struct {
   value "font_cache" int: 512;
   value "edje_cache" int: 32;
   value "edje_collection_cache" int: 64;
-  value "finger_size" int: 40;
+  value "finger_size" int: 60;
   value "fps" double: 6000.0;
   value "theme" string: "default";
   value "modules" string: "ctxpopup_copypasteUI>entry/api:decarta>map/api";
@@ -35,7 +41,7 @@ group "Elm_Config" struct {
   value "inwin_dialogs_enable" uchar: 0;
   value "icon_size" int: 32;
   value "longpress_timeout" double: 0.5;
-  value "input_panel_enable" int: 1;
-  value "password_show_last_character" uchar: 1;
+  value "password_show_last" uchar: 1;
+  value "password_show_last_timeout" double: 2.0;
   value "effect_enable" uchar: 1;
 }