From 4aa50331fa2c0a8cf0e4279f7470fed76b58e71a Mon Sep 17 00:00:00 2001 From: prince Date: Mon, 30 Jul 2012 15:09:22 +0530 Subject: [PATCH] [Elm_genlist] Genlist style "3text.1icon.2" modified to fix the PLM issue:P120729-0369. Top right text should resized during moving the split line. Change-Id: Ibd60144289b2408044459df4580f8cbe3bde9faa --- 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 d65490c..3ed0620 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -6019,11 +6019,12 @@ mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC; - fixed: 1 1; + min: 0 GENLIST_SIZE_61_INC; + max: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC; + fixed: 0 1; rel1 { relative: 0.0 1.0; - to_x: "elm.padding.right"; + to_x: "elm.padding.left"; to_y: "elm.padding.top"; } rel2 { @@ -6037,6 +6038,7 @@ font: "SLP:style=Medium"; size: GENLIST_FONT_32_INC; min: 0 1; + max: 1 0; align: 1.0 0.5; text_class: "slp_medium"; } -- 2.7.4