[Base.src] slp category is created
[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 "thumbscroll_enable" uchar: 1;
5   value "thumbscroll_threshold" int: 24;
6   value "thumbscroll_momentum_threshold" double: 100.0;
7   value "thumbscroll_friction" double: 3.0;
8   value "thumbscroll_bounce_friction" double: 0.5;
9   value "thumbscroll_bounce_enable" uchar: 1;
10   value "page_scroll_friction" double: 0.5;
11   value "bring_in_scroll_friction" double: 0.5;
12   value "zoom_friction" double: 0.5;
13   value "thumbscroll_border_friction" double: 0.5;
14   value "scale" double: 1.0;
15   value "bgpixmap" int: 0;
16   value "compositing" int: 1;
17   value "font_hinting" int: 2;
18   value "cache_flush_poll_interval" int: 512;
19   value "cache_flush_enable" uchar: 0;
20   value "image_cache" int: 4096;
21   value "font_cache" int: 512;
22   value "edje_cache" int: 32;
23   value "edje_collection_cache" int: 64;
24   value "finger_size" int: 40;
25   value "fps" double: 6000.0;
26   value "theme" string: "default";
27   value "modules" string: "ctxpopup_copypasteUI>entry/api:decarta>map/api";
28   value "tooltip_delay" double: 1.0;
29   value "cursor_engine_only" uchar: 1;
30   value "focus_highlight_enable" uchar: 0;
31   value "focus_highlight_animate" uchar: 1;
32   value "toolbar_shrink_mode" int: 2;
33   value "fileselector_expand_enable" uchar: 0;
34   value "inwin_dialogs_enable" uchar: 0;
35   value "icon_size" int: 32;
36   value "longpress_timeout" double: 0.5;
37   value "input_panel_enable" int: 1;
38   value "password_show_last_character" uchar: 1;
39 }