From af6044be09faf289c1f9dacc3aaedaec1039a83c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 22 Aug 2012 08:56:54 +0000 Subject: [PATCH] Elm (tests): Fix window size. Really ? 800 pixels tall for a list of just a few items ?? SVN revision: 75527 --- legacy/elementary/src/bin/test_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_popup.c b/legacy/elementary/src/bin/test_popup.c index d500846284..0c68316d21 100644 --- a/legacy/elementary/src/bin/test_popup.c +++ b/legacy/elementary/src/bin/test_popup.c @@ -344,7 +344,7 @@ test_popup(void *data __UNUSED__, Evas_Object *obj __UNUSED__, elm_list_go(list); evas_object_show(list); evas_object_show(win); - evas_object_resize(win, 480, 800); + evas_object_resize(win, 480, 400); } #endif