From 8002e0e518b668435e9736d5ceb164b8e86b8c2a Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 30 Apr 2014 01:21:53 +0900 Subject: [PATCH] test_popup: Added more align usages to reveal popup align bug. Actually the bugs are from notify. --- legacy/elementary/src/bin/test_popup.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/bin/test_popup.c b/legacy/elementary/src/bin/test_popup.c index b2d3d7b7a7..5b5caf8662 100644 --- a/legacy/elementary/src/bin/test_popup.c +++ b/legacy/elementary/src/bin/test_popup.c @@ -3,7 +3,7 @@ #endif #include -#define POPUP_POINT_MAX 6 +#define POPUP_POINT_MAX 8 typedef struct { @@ -20,7 +20,9 @@ static Evas_Rel_Coord_Point _popup_point[POPUP_POINT_MAX] = { 0.5, 0.5 }, { 0.99, 0.01 }, { 0.01, 0.99 }, - { 0.99, 0.99 } + { 0.99, 0.99 }, + { 0.0, 0.0 }, + { 1.5, 1.5 } }; static void