elementary/mapbuf - more proper size for test

SVN revision: 74059
This commit is contained in:
ChunEon Park 2012-07-18 11:43:02 +00:00
parent a0a750ea86
commit d64db308c7
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ test_launcher2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i
evas_object_show(tb2);
evas_object_resize(win, 480, 800);
evas_object_resize(win, 520, 410);
evas_object_show(win);
}