elementary/test_entry: resize window on test without it

test_efl_ui_text was creating a very small window,
with cropped components, etc.
So let's create it with a mininum size to be able to
properly see this test.
This commit is contained in:
Bruno Dilly 2016-11-04 19:51:28 -02:00
parent f869cd580e
commit 613167333c
1 changed files with 1 additions and 0 deletions

View File

@ -3137,5 +3137,6 @@ test_efl_ui_text(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve
efl_event_callback_add(en, EFL_UI_TEXT_EVENT_ANCHOR_HOVER_OPENED, my_efl_ui_text_anchor_hover_opened, en);
evas_object_resize(win, 480, 320);
evas_object_show(win);
}