Elm (tests): Fix more insanely sized windows.

SVN revision: 75528
This commit is contained in:
Christopher Michael 2012-08-22 09:05:16 +00:00
parent af6044be09
commit 1c57c825a8
1 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ test_launcher(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
evas_object_show(tb2);
evas_object_resize(win, 480, 800);
evas_object_resize(win, 480, 400);
evas_object_show(win);
}
@ -916,7 +916,7 @@ test_launcher3(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i
evas_object_show(tb2);
evas_object_resize(win, 480, 800);
evas_object_resize(win, 480, 400);
evas_object_show(win);
}
#endif