From 66b2a74a52034d8c99a55d46b820aacdb2ee6627 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Tue, 14 Jun 2011 16:16:50 +0900 Subject: [PATCH] [genlist] fixing 2text.1icon.2 edit region --- themes/groups/genlist/genlist_styles.edc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/themes/groups/genlist/genlist_styles.edc b/themes/groups/genlist/genlist_styles.edc index 08d2d89..84d3fdc 100644 --- a/themes/groups/genlist/genlist_styles.edc +++ b/themes/groups/genlist/genlist_styles.edc @@ -17056,14 +17056,16 @@ scale: 1; description { state: "default" 0.0; min: 0 34; - fixed: 0 1; - align: 0 0.5; rel1 { relative: 1.0 0.0; to_x: "elm.padding.text.right"; to_y: "elm.text.bg.1"; } - rel2.to: "elm.text.bg.1"; + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + to_y: "elm.text.bg.1"; + } color: GENLIST_PART_TEXT_COLOR_INC; text { font: "SLP:style=Regular"; @@ -17112,14 +17114,16 @@ scale: 1; description { state: "default" 0.0; min: 0 34; - fixed: 0 1; - align: 0 0.5; rel1 { relative: 1.0 0.0; to_x: "elm.padding.text.right"; to_y: "elm.text.bg.2"; } - rel2.to: "elm.text.bg.2"; + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + to_y: "elm.text.bg.2"; + } color: GENLIST_PART_TEXT_COLOR_INC; text { font: "SLP:style=Regular"; -- 2.7.4