From: hongkwon Date: Fri, 31 Aug 2012 06:43:53 +0000 (+0900) Subject: Fix N_SE-2274:Icon size are different X-Git-Tag: 2.0_alpha~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0856af6bb18d2d23e6737148c651f301d31428f2;p=apps%2Fcore%2Fpreloaded%2Ftaskmanager.git Fix N_SE-2274:Icon size are different --- 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;