X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config%2Fstandard%2Fbase.src;h=eceeb7b2b64f5410089cc2053b867c8221ff0037;hb=0b0a1d666dbd0546786c1329fadb57cf146dfbf9;hp=f0e85653dbf2579f708623d1659829a2c1541b80;hpb=f3b27a8ee25dad44ce0949efac6043e2d225cea9;p=framework%2Fuifw%2Felementary.git diff --git a/config/standard/base.src b/config/standard/base.src index f0e8565..eceeb7b 100644 --- a/config/standard/base.src +++ b/config/standard/base.src @@ -43,4 +43,13 @@ group "Elm_Config" struct { value "desktop_entry" uchar: 1; value "password_show_last" uchar: 0; value "password_show_last_timeout" double: 2.0; + 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_angular_tolerance" double: 0.034906585; + value "glayer_line_min_length" double: 1.0; + value "glayer_line_distance_tolerance" double: 3.0; + value "glayer_line_angular_tolerance" double: 0.34906585; /* Represents 20 DEG */ + value "glayer_flick_time_limit_ms" uint: 60; /* 60 ms to finish flick */ + value "glayer_long_tap_start_timeout" double: 1.2; /* 1.2 sec to start long-tap */ }