From: Emmanuele Bassi Date: Tue, 16 Feb 2010 12:15:23 +0000 (+0000) Subject: conform: Use a 640x480 stage in test-pick X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cadc7300504828fa0db8cb21e1b9d8e23be6319;p=profile%2Fivi%2Fclutter.git conform: Use a 640x480 stage in test-pick Do not resize the stage to a smaller size: the default size is perfectly fine. --- diff --git a/tests/conform/test-pick.c b/tests/conform/test-pick.c index e858837..590b3de 100644 --- a/tests/conform/test-pick.c +++ b/tests/conform/test-pick.c @@ -2,8 +2,8 @@ #include "test-conform-common.h" -#define STAGE_WIDTH 320 -#define STAGE_HEIGHT 200 +#define STAGE_WIDTH 640 +#define STAGE_HEIGHT 480 #define ACTORS_X 12 #define ACTORS_Y 16