From 0856af6bb18d2d23e6737148c651f301d31428f2 Mon Sep 17 00:00:00 2001 From: hongkwon Date: Fri, 31 Aug 2012 15:43:53 +0900 Subject: [PATCH] Fix N_SE-2274:Icon size are different --- src/_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_genlist.c b/src/_genlist.c index 88a8341..25a77ae 100755 --- a/src/_genlist.c +++ b/src/_genlist.c @@ -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; -- 2.7.4