[gesture] Enable finger zoom, rotate
[framework/uifw/elementary.git] / config / slp / base.src
index 1286645..093c081 100644 (file)
@@ -7,7 +7,7 @@ group "Elm_Config" struct {
   value "thumbscroll_momentum_threshold" double: 100.0;
   value "thumbscroll_friction" double: 1.0;
   value "thumbscroll_bounce_friction" double: 0.5;
-  value "thumbscroll_bounce_enable" uchar: 1;
+  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;
@@ -30,7 +30,7 @@ group "Elm_Config" struct {
   value "edje_collection_cache" int: 64;
   value "finger_size" int: 60;
   value "fps" double: 6000.0;
-  value "theme" string: "default";
+  value "theme" string: "blue-hd";
   value "modules" string: "ctxpopup_copypasteUI>entry/api:decarta>map/api";
   value "tooltip_delay" double: 1.0;
   value "cursor_engine_only" uchar: 1;
@@ -44,9 +44,11 @@ group "Elm_Config" struct {
   value "effect_enable" uchar: 1;
   value "password_show_last" uchar: 1;
   value "password_show_last_timeout" double: 2.0;
+  value "glayer_zoom_finger_enable" uchar: 1;
   value "glayer_zoom_finger_factor" double: 1.0;
   value "glayer_zoom_wheel_factor" double: 0.05;
   value "glayer_zoom_distance_tolerance" double: 1.0;
+  value "glayer_rotate_finger_enable" uchar: 1;
   value "glayer_rotate_angular_tolerance" double: 0.034906585;
   value "glayer_line_min_length" double: 1.0;
   value "glayer_line_distance_tolerance" double: 3.0;