Elm (tests): Fix window size.

Really ? 800 pixels tall for a list of just a few items ??



SVN revision: 75527
This commit is contained in:
Christopher Michael 2012-08-22 08:56:54 +00:00
parent 526c871182
commit af6044be09
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ test_popup(void *data __UNUSED__, Evas_Object *obj __UNUSED__,
elm_list_go(list);
evas_object_show(list);
evas_object_show(win);
evas_object_resize(win, 480, 800);
evas_object_resize(win, 480, 400);
}
#endif