don't clip the tooltip in tools.

i guess, since the tooltip has been changed recently,
it's behavior changed a little.
because of this, tooltip in tools got clipped outside of the viewport.

Anyhow it's fixed.

@fix
This commit is contained in:
ChunEon Park 2015-06-11 16:42:40 +09:00
parent d8bac599a7
commit 08c9ddeecd
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ tools_create(Evas_Object *parent, Evas_Object *enventor)
btn = tools_btn_create(box, "console", "Console Box (Ctrl + Down)",
console_cb, NULL);
elm_object_tooltip_orient_set(btn, ELM_TOOLTIP_ORIENT_BOTTOM_LEFT);
evas_object_size_hint_weight_set(btn, 0, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(btn, 1.0, EVAS_HINT_FILL);
elm_box_pack_end(box, btn);