seoz pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=ab982fa9a65697a0da8ecf67cd45f3e2a1428ade

commit ab982fa9a65697a0da8ecf67cd45f3e2a1428ade
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Sat Oct 19 03:01:33 2013 +0900

    zoom option: tab zoom animation time can go down to zero if users want.
---
 src/bin/options_behavior.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c
index 3a6f8ad..365557a 100644
--- a/src/bin/options_behavior.c
+++ b/src/bin/options_behavior.c
@@ -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);

-- 


Reply via email to