zoom option: tab zoom animation time can go down to zero if users want.

This commit is contained in:
Daniel Juyung Seo 2013-10-19 03:01:33 +09:00
parent cf19e3f987
commit ab982fa9a6
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
elm_slider_span_size_set(o, 40);
elm_slider_unit_format_set(o, "%1.1f");
elm_slider_indicator_format_set(o, "%1.1f");
elm_slider_min_max_set(o, 0.1, 1.0);
elm_slider_min_max_set(o, 0.0, 1.0);
elm_slider_value_set(o, config->tab_zoom);
elm_box_pack_end(bx, o);
evas_object_show(o);