listmgr: set align value for each list item 38/47538/1
authorJehun Lim <jehun.lim@samsung.com>
Fri, 4 Sep 2015 09:51:06 +0000 (18:51 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Fri, 4 Sep 2015 09:51:06 +0000 (18:51 +0900)
Change-Id: Ia07ecf6634e8b60222cc99525ccfe72c9a6b81fc
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
src/util/listmgr.c

index 2f0cda0..cb76302 100644 (file)
@@ -656,6 +656,7 @@ bool listmgr_update_content_list(struct listmgr *lmgr, Eina_List *list)
                evas_object_show(ly);
 
                elm_box_pack_end(lmgr->box, ly);
+               evas_object_size_hint_align_set(ly, 0.0, 0.0);
        }
 
        btn = elm_object_part_content_get(ly, PART_ITEM_TITLE);