I've really expected someone do this. 

thx!
 
------------------------------------
-Regards, Hermet- 

-----Original Message-----
From: "Daniel Juyung Seo"<seojuyu...@gmail.com> 
To: <g...@lists.enlightenment.org>; 
Cc: 
Sent: 2013-10-19 (토) 03:01:55
Subject: [EGIT] [apps/terminology] master 01/01: zoom option: tab zoom 
animation time can go down to zero if users want.

seoz pushed a commit to branch master.

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

commit ab982fa9a65697a0da8ecf67cd45f3e2a1428ade
Author: Daniel Juyung Seo <seojuyung2>@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);

-- 



------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to