rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=8d3e1a533fd48f146b23ad09c39698a0db33ba4c

commit 8d3e1a533fd48f146b23ad09c39698a0db33ba4c
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Mon Dec 5 13:19:25 2016 +0200

    Tooltips: set show time to 0.3 second.
    
    This patch related to Tizen version.
---
 src/bin/ui/main_window.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/bin/ui/main_window.c b/src/bin/ui/main_window.c
index 12ff901..64fa1bc 100644
--- a/src/bin/ui/main_window.c
+++ b/src/bin/ui/main_window.c
@@ -234,7 +234,11 @@ ui_main_window_add(void)
    #endif /* HAVE_ENVENTOR */
 
    elm_config_window_auto_focus_enable_set(false);
-   return true;
+
+#if HAVE_TIZEN
+   elm_config_tooltip_delay_set(0.2);
+#endif
+    return true;
 }
 
 #if !HAVE_TIZEN

-- 


Reply via email to