[*]Changed finger size to 60. So in WVGA finger size becomes 40.
[framework/uifw/elementary.git] / config / slp / base.src
1 group "Elm_Config" struct {
2   value "config_version" int: 65539;
3   value "engine" string: "software_x11";
4   value "vsync" uchar: 1;
5   value "thumbscroll_enable" uchar: 1;
6   value "thumbscroll_threshold" int: 24;
7   value "thumbscroll_momentum_threshold" double: 100.0;
8   value "thumbscroll_friction" double: 1.0;
9   value "thumbscroll_bounce_friction" double: 0.5;
10   value "thumbscroll_bounce_enable" uchar: 1;
11   value "page_scroll_friction" double: 0.5;
12   value "bring_in_scroll_friction" double: 0.5;
13   value "zoom_friction" double: 0.5;
14   value "thumbscroll_border_friction" double: 0.5;
15   value "thumbscroll_sensitivity_friction" double: 1.0;
16   value "scroll_smooth_amount" double: 0.0;
17   value "scroll_smooth_history_weight" double: 0.3;
18   value "scroll_smooth_future_time" double: 0.0;
19   value "scroll_smooth_time_window" double: 0.2;
20   value "scroll_smooth_time_interval" double: 0.008;
21   value "scale" double: 1.0;
22   value "bgpixmap" int: 0;
23   value "compositing" int: 1;
24   value "font_hinting" int: 2;
25   value "cache_flush_poll_interval" int: 512;
26   value "cache_flush_enable" uchar: 0;
27   value "image_cache" int: 4096;
28   value "font_cache" int: 512;
29   value "edje_cache" int: 32;
30   value "edje_collection_cache" int: 64;
31   value "finger_size" int: 60;
32   value "fps" double: 6000.0;
33   value "theme" string: "default";
34   value "modules" string: "ctxpopup_copypasteUI>entry/api:decarta>map/api";
35   value "tooltip_delay" double: 1.0;
36   value "cursor_engine_only" uchar: 1;
37   value "focus_highlight_enable" uchar: 0;
38   value "focus_highlight_animate" uchar: 1;
39   value "toolbar_shrink_mode" int: 2;
40   value "fileselector_expand_enable" uchar: 0;
41   value "inwin_dialogs_enable" uchar: 0;
42   value "icon_size" int: 32;
43   value "longpress_timeout" double: 0.5;
44   value "password_show_last" uchar: 1;
45   value "password_show_last_timeout" double: 2.0;
46   value "effect_enable" uchar: 1;
47 }