summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhongkwon <hhh.kwon@samsung.com>2012-08-31 15:43:53 +0900
committerhongkwon <hhh.kwon@samsung.com>2012-08-31 15:43:53 +0900
commit0856af6bb18d2d23e6737148c651f301d31428f2 (patch)
tree7adce56ecd53b3bdc29d69dcb6dd325e7b5d5062
parent4af513ff189b80c2cb7020b555ebfc061247bc97 (diff)
downloadtaskmanager-0856af6bb18d2d23e6737148c651f301d31428f2.tar.gz
taskmanager-0856af6bb18d2d23e6737148c651f301d31428f2.tar.bz2
taskmanager-0856af6bb18d2d23e6737148c651f301d31428f2.zip
Fix N_SE-2274:Icon size are different
-rwxr-xr-xsrc/_genlist.c2
1 files changed, 1 insertions, 1 deletions
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;