From 7c77bf8bcc1d63ce8ac422e9055798a5b14e6021 Mon Sep 17 00:00:00 2001 From: prince Date: Thu, 6 Sep 2012 19:28:07 +0530 Subject: [PATCH] [genlist] genlist style "dialogue/bg/2text.2icon" modified. Issue related to text overlapping when font size is huge is fixed. Change-Id: Ie93a9188cd2614b0ae233f11f04515f2b3859a57 --- themes/widgets/genlist/genlist_normal.edc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index a0b09a2..e30606e 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -18644,7 +18644,7 @@ description { state: "default" 0.0; min: 0 GENLIST_SIZE_54_INC; fixed: 0 1; - align: 0 0; + align: 0.0 0.0; rel1 { relative: 1.0 1.0; to_x: "elm.padding.icon1.right"; @@ -18659,7 +18659,8 @@ text { font: "SLP:style=Roman"; size: GENLIST_FONT_48_INC; - align: 0.0 0.5; + min: 0 1; + align: 0.0 0.0; text_class: "list_item"; } } @@ -18700,7 +18701,8 @@ text { font: "SLP:style=Medium"; size: GENLIST_FONT_32_INC; - align: 0.0 0.5; + min: 0 1; + align: 0.0 1.0; text_class: "slp_medium"; } } -- 2.7.4