test_hoversel.c: make the test window larget to adopt the big hover object.

This commit is contained in:
Daniel Juyung Seo 2013-04-03 20:06:32 +09:00
parent 0ee38dec42
commit dc672e0d9a
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ test_hoversel(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
elm_box_pack_end(bx, hoversel);
evas_object_show(hoversel);
evas_object_resize(win, 320, 300);
evas_object_resize(win, 320, 500);
evas_object_show(win);
}