diff options
-rw-r--r-- | config/wearable/base.src | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/config/wearable/base.src b/config/wearable/base.src index b499523..25707c4 100644 --- a/config/wearable/base.src +++ b/config/wearable/base.src @@ -20,8 +20,8 @@ group "Elm_Config" struct { // // Deprecated - value "thumbscroll_flick_distance_tolerance" int: 3000; - value "thumbscroll_friction" double: 0.95; + value "thumbscroll_flick_distance_tolerance" int: 1000; + value "thumbscroll_friction" double: 1.5; value "thumbscroll_min_friction" double: 0.3; value "thumbscroll_friction_standard" double: 3500.0; // @@ -40,7 +40,7 @@ group "Elm_Config" struct { value "popup_horizontal_align" double: 0.5; value "popup_vertical_align" double: 1.0; value "popup_scrollable" uchar: 1; - value "scale" double: 1.0; + value "scale" double: 1.3; value "win_no_border" int: 1; value "bgpixmap" int: 0; value "compositing" int: 1; @@ -54,8 +54,11 @@ group "Elm_Config" struct { value "finger_size" int: 30; value "fps" double: 60.0; value "theme" string: "efl-theme-tizen-wearable-circle"; - value "modules" string: "prefs>prefs_iface:clock_input_wearable_spinner>clock/api:naviframe_effect_wearable>naviframe/api"; + //tizen only +//value "modules" string: "prefs>prefs_iface:clock_input_circle>clock/api:naviframe_effect_wearable>naviframe/api"; + value "modules" string: "prefs>prefs_iface:clock_input_wearable_spinner>clock/api:datetime_input_circle>datetime/api:naviframe_effect_wearable>naviframe/api:popup_effect_wearable>notify/api:screen_capture>screen_capture/api"; value "spinner_min_max_filter_enable" uchar: 1; + // value "list_spinner" uchar: 1; value "tooltip_delay" double: 1.0; value "cursor_engine_only" uchar: 1; @@ -88,7 +91,7 @@ group "Elm_Config" struct { value "glayer_long_tap_start_timeout" double: 0.5; /* 0.5 sec to start long-tap */ value "glayer_double_tap_timeout" double: 0.33; /* Timeout between two mouse downs when doing double click (and more). */ value "glayer_continues_enable" uchar: 1; /* Continues gesture enabled */ - value "glayer_tap_finger_size" int: 40; + value "glayer_tap_finger_size" int: 50; value "week_start" int: 1; value "weekend_start" int: 6; value "weekend_len" int: 2; @@ -98,8 +101,8 @@ group "Elm_Config" struct { value "auto_norender_withdrawn" uchar: 1; value "auto_norender_iconified_same_as_withdrawn" uchar: 1; value "auto_flush_withdrawn" uchar: 1; - value "auto_dump_withdrawn" uchar: 1; - value "auto_throttle" uchar: 1; + value "auto_dump_withdrawn" uchar: 0; + value "auto_throttle" uchar: 0; value "auto_throttle_amount" double: 0.0666666666; value "indicator_service_0" string: "elm_indicator"; value "indicator_service_90" string: "elm_indicator"; @@ -115,6 +118,10 @@ group "Elm_Config" struct { value "audio_mute_input" uchar: 0; value "audio_mute_alert" uchar: 0; value "audio_mute_all" uchar: 0; + //tizen only + value "language_auto_mirrored" uchar: 1; + value "translate" uchar: 1; + // value "scroll_item_align_enable" uchar: 1; value "scroll_item_valign" string: "center" value "entry_select_allow" uchar: 0; |