Add filled_add option for default image option.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 29 May 2013 12:29:59 +0000 (21:29 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 29 May 2013 12:29:59 +0000 (21:29 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Default loaded image is not fit its container.
[cause] Filled option is not enabled.
[solution] Enable filled option.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3c2721a7fd5cd6e1e8cbf936f71d888f7dfd820e

packaging/liblivebox-edje.spec
src/script_port.c

index de44c3f..8f3d142 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-edje
 Summary: EDJE Script loader for the data provider master
-Version: 0.5.6
+Version: 0.5.7
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 50d601f..38451e5 100644 (file)
@@ -838,6 +838,7 @@ PUBLIC int script_update_image(void *_h, Evas *e, const char *id, const char *pa
                evas_object_image_fill_set(img, 0, 0, w, h);
                evas_object_size_hint_fill_set(img, EVAS_HINT_FILL, EVAS_HINT_FILL);
                evas_object_size_hint_weight_set(img, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+               evas_object_image_filled_set(img, EINA_TRUE);
        }
 
        /*!