elementary/test_slideshow : fix a bug - window was resized badly

without this hint_weight_set.


SVN revision: 69458
This commit is contained in:
WooHyun Jung 2012-03-16 11:34:10 +00:00
parent bfbe190f1e
commit c95d02c070
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ test_slideshow(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i
notify = elm_notify_add(win);
elm_notify_orient_set(notify, ELM_NOTIFY_ORIENT_BOTTOM);
evas_object_size_hint_weight_set(notify, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, notify);
elm_notify_timeout_set(notify, 3.0);