hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=a10c2a63dce03916ea6e653da830d48fe6f547d8

commit a10c2a63dce03916ea6e653da830d48fe6f547d8
Author: Hermet Park <[email protected]>
Date:   Mon Jun 6 00:40:33 2016 +0900

    adjust tooltip delay time.
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index 3feb3cb..e7af536 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -408,6 +408,7 @@ elm_setup()
    if (engine && !strncmp(engine, "hw", strlen("hw")))
      elm_config_accel_preference_set("hw");
 
+   elm_config_tooltip_delay_set(0.5);
    elm_config_focus_highlight_clip_disabled_set(EINA_FALSE);
    elm_config_scroll_bounce_enabled_set(EINA_FALSE);
    elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);

-- 


Reply via email to