hermet pushed a commit to branch master.

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

commit ccbf9d65c6602e05cb55dabbde1ed193f2212931
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Mar 25 13:39:57 2016 +0900

    tools: arrange mirror mode tooltip direction.
---
 src/bin/tools.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/tools.c b/src/bin/tools.c
index 030260c..d7588d2 100644
--- a/src/bin/tools.c
+++ b/src/bin/tools.c
@@ -198,7 +198,6 @@ tools_init(Evas_Object *parent)
    //icon image is temporary, it should be changed to its own icon.
    btn = tools_btn_create(box, "highlight", _("Mirror Mode (Ctrl + M)"),
                           mirror_cb);
-   elm_object_tooltip_orient_set(btn, ELM_TOOLTIP_ORIENT_BOTTOM_RIGHT);
    evas_object_size_hint_weight_set(btn, 0, EVAS_HINT_EXPAND);
    evas_object_size_hint_align_set(btn, 0.0, EVAS_HINT_FILL);
    elm_box_pack_end(box, btn);

-- 


Reply via email to