[OAPSAN-4854] Icon size fixed 16/232816/1
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Thu, 7 May 2020 16:52:15 +0000 (18:52 +0200)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Thu, 7 May 2020 16:52:29 +0000 (18:52 +0200)
Change-Id: If089fb24a88346cd687456fd8639475a57dd456b
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
setting-common/src/setting-common-draw-genlist.c

index 715106703dbe16ab18b1104f7ef43938fdc0dd78..bb8a36cd8043d545ae12e201ed30b262f81cf95a 100755 (executable)
@@ -675,7 +675,10 @@ static Evas_Object *__add_left_default(Setting_GenGroupItem_Data *item_data,
                evas_object_size_hint_aspect_set(icon,
                                EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
                elm_image_resizable_set(icon, EINA_TRUE, EINA_TRUE);
-               evas_object_size_hint_min_set(icon, 117, 117);
+               evas_object_size_hint_align_set(icon, EVAS_HINT_FILL,
+                               EVAS_HINT_FILL);
+               evas_object_size_hint_weight_set(icon, EVAS_HINT_EXPAND,
+                               EVAS_HINT_EXPAND);
                return icon;
        } else {
                Evas_Object * c = elm_image_add(parent);