make pager resizable for tests.

SVN revision: 55648
This commit is contained in:
Carsten Haitzler 2010-12-20 06:02:53 +00:00
parent e61549bce8
commit 032c5c94de
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ test_pager(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
evas_object_show(bg);
pg = elm_pager_add(win);
evas_object_size_hint_weight_set(pg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, pg);
evas_object_show(pg);