From c95d02c070af5c23de04b4bba13a8512011ae67b Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Fri, 16 Mar 2012 11:34:10 +0000 Subject: [PATCH] elementary/test_slideshow : fix a bug - window was resized badly without this hint_weight_set. SVN revision: 69458 --- legacy/elementary/src/bin/test_slideshow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/src/bin/test_slideshow.c b/legacy/elementary/src/bin/test_slideshow.c index 6ffe12adc8..ba1f76874b 100644 --- a/legacy/elementary/src/bin/test_slideshow.c +++ b/legacy/elementary/src/bin/test_slideshow.c @@ -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);