Fix N_SE-2274:Icon size are different
authorhongkwon <hhh.kwon@samsung.com>
Fri, 31 Aug 2012 06:43:53 +0000 (15:43 +0900)
committerhongkwon <hhh.kwon@samsung.com>
Fri, 31 Aug 2012 06:43:53 +0000 (15:43 +0900)
src/_genlist.c

index 88a83412e1eb8c18a41d36ccdac044ba3dffa355..25a77ae8524ea380e248b2f953ba01b9dd94f2ba 100755 (executable)
@@ -538,7 +538,7 @@ void _set_itc(void)
        itc_gl.item_style = "grouptitle";
        itc_gl.func.text_get = _gl_text_get_title;
 
-       itc_dl.item_style = "2text.2icon.4";
+       itc_dl.item_style = "2text.2icon.7";
        itc_dl.func.text_get = _gl_text_get_app;
        itc_dl.func.content_get = _gl_content_get_app;