diff options
author | hongkwon <hhh.kwon@samsung.com> | 2012-08-31 15:43:53 +0900 |
---|---|---|
committer | hongkwon <hhh.kwon@samsung.com> | 2012-08-31 15:43:53 +0900 |
commit | 0856af6bb18d2d23e6737148c651f301d31428f2 (patch) | |
tree | 7adce56ecd53b3bdc29d69dcb6dd325e7b5d5062 | |
parent | 4af513ff189b80c2cb7020b555ebfc061247bc97 (diff) | |
download | taskmanager-0856af6bb18d2d23e6737148c651f301d31428f2.tar.gz taskmanager-0856af6bb18d2d23e6737148c651f301d31428f2.tar.bz2 taskmanager-0856af6bb18d2d23e6737148c651f301d31428f2.zip |
Fix N_SE-2274:Icon size are different
-rwxr-xr-x | src/_genlist.c | 2 |
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; |