Elm: Use sane window size in naviframe test.

SVN revision: 76120
This commit is contained in:
Christopher Michael 2012-09-04 10:16:32 +00:00
parent c68597aa67
commit 1728b0c742
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ test_naviframe_complex(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void
}
elm_toolbar_item_selected_set(elm_toolbar_last_item_get(tb), EINA_TRUE);
evas_object_resize(win, 400, 600);
evas_object_resize(win, 400, 400);
evas_object_show(win);
}
#endif