From 87ad58e52f6bacf7a95807c33bfbd676d1cc9547 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Wed, 29 May 2013 21:29:59 +0900 Subject: [PATCH] Add filled_add option for default image option. [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 | 2 +- src/script_port.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/liblivebox-edje.spec b/packaging/liblivebox-edje.spec index de44c3f..8f3d142 100644 --- a/packaging/liblivebox-edje.spec +++ b/packaging/liblivebox-edje.spec @@ -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 diff --git a/src/script_port.c b/src/script_port.c index 50d601f..38451e5 100644 --- a/src/script_port.c +++ b/src/script_port.c @@ -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); } /*! -- 2.7.4