Fixed TSAM-9328 Font appear abnormal 82/93382/1
authorbhutani.92 <bhutani.92@samsung.com>
Mon, 24 Oct 2016 05:15:28 +0000 (10:45 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Mon, 24 Oct 2016 05:15:28 +0000 (10:45 +0530)
Change-Id: I6406eb52f4da7bd7d3fa39755538959a856d23eb
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/widget/mp-search-list.c

index 5b43a82c2bdc7785eb7fd87a9665b1e31c67f3c6..f1afdeabc24454eba796e1f91c9865480e90f4b9 100755 (executable)
@@ -699,7 +699,7 @@ static void _mp_search_list_load_list(void *thiz)
        elm_scroller_policy_set(list->genlist, ELM_SCROLLER_POLICY_OFF, ELM_SCROLLER_POLICY_AUTO);
        evas_object_size_hint_weight_set(list->genlist, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
        evas_object_size_hint_align_set(list->genlist, EVAS_HINT_FILL, EVAS_HINT_FILL);
-       elm_genlist_homogeneous_set(list->genlist, EINA_TRUE);
+       elm_genlist_homogeneous_set(list->genlist, EINA_FALSE);
        elm_genlist_mode_set(list->genlist, ELM_LIST_COMPRESS);
        evas_object_show(list->genlist);
        /*packet genlist to box*/