Change the color to 0,0,0,0
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 26 May 2015 05:52:47 +0000 (14:52 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 26 May 2015 05:52:47 +0000 (14:52 +0900)
Accidently added. this should be transparent.

Change-Id: I38c91a3ca0cd9d28fcff18a6e2b88285929d1720

widget_viewer_evas/src/widget_viewer_evas.c

index e5a54c6..8f01c53 100644 (file)
@@ -3102,7 +3102,7 @@ static void __widget_data_setup(struct widget_data *data)
                                        width = s_info.screen_width << 1;
                                }
 
-                               evas_object_color_set(box, 255, 0, 0, 100);
+                               evas_object_color_set(box, 0, 0, 0, 0);
                                evas_object_resize(box, width, height);
                                evas_object_size_hint_min_set(box, width, height);
                                evas_object_show(box);