test_popup: Added more align usages to reveal popup align bug.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 29 Apr 2014 16:21:53 +0000 (01:21 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 29 Apr 2014 16:21:55 +0000 (01:21 +0900)
Actually the bugs are from notify.

src/bin/test_popup.c

index b2d3d7b7a79ff954a257d1d26a33bb12cfad4959..5b5caf866203fc925f5c4452f9f3a0394630cc0f 100644 (file)
@@ -3,7 +3,7 @@
 #endif
 #include <Elementary.h>
 
-#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