From 67abf76bcfd723c401ec12e0706f2862ba83a29c Mon Sep 17 00:00:00 2001 From: Shilpa Singh Date: Tue, 11 Oct 2011 16:41:43 +0900 Subject: [PATCH] [elc_naviframe]: Icon not displayed issue resolved. Change-Id: Ic5e68020ceecf91dd44596fe09285c18135d1bc7 --- themes/groups/naviframe.edc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/groups/naviframe.edc b/themes/groups/naviframe.edc index 1ff5dd6..8438f86 100644 --- a/themes/groups/naviframe.edc +++ b/themes/groups/naviframe.edc @@ -280,8 +280,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; max: NAVIFRAME_ICON_SIZE_INC; - rel1 { relative: 0.0 0.0; to_x: "padding_before_text"; } - rel2 { relative: 0.0 1.0; to_x: "padding_before_text"; } + rel1 { relative: 0.0 0.0; to: "padding_before_text"; } + rel2 { relative: 0.0 1.0; to: "padding_before_text"; } aspect: 1.0 1.0; aspect_preference: VERTICAL; align: 1.0 0.5; @@ -294,8 +294,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; align: 1.0 0.5; - rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; } - rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; } + rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; to_y: "title_base"; } + rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; to_y: "title_base"; } fixed: 1 0; min: NAVIFRAME_ICON_PADDING_INC; visible: 0; @@ -795,8 +795,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; max: NAVIFRAME_ICON_SIZE_INC; - rel1 { relative: 0.0 0.0; to_x: "padding_before_text"; } - rel2 { relative: 0.0 1.0; to_x: "padding_before_text"; } + rel1 { relative: 0.0 0.0; to: "padding_before_text"; } + rel2 { relative: 0.0 1.0; to: "padding_before_text"; } aspect: 1.0 1.0; aspect_preference: VERTICAL; align: 1.0 0.5; @@ -809,8 +809,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; align: 1.0 0.5; - rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; } - rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; } + rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; to_y: "title_base"; } + rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; to_y: "title_base"; } fixed: 1 0; min: NAVIFRAME_ICON_PADDING_INC; visible: 0; @@ -1272,8 +1272,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; max: NAVIFRAME_ICON_SIZE_INC; - rel1 { relative: 0.0 0.0; to_x: "padding_before_text"; } - rel2 { relative: 0.0 1.0; to_x: "padding_before_text"; } + rel1 { relative: 0.0 0.0; to: "padding_before_text"; } + rel2 { relative: 0.0 1.0; to: "padding_before_text"; } aspect: 1.0 1.0; aspect_preference: VERTICAL; align: 1.0 0.5; @@ -1286,8 +1286,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; align: 1.0 0.5; - rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; } - rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; } + rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; to_y: "title_base"; } + rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; to_y: "title_base"; } fixed: 1 0; min: NAVIFRAME_ICON_PADDING_INC; visible: 0; @@ -1740,8 +1740,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; max: NAVIFRAME_ICON_SIZE_INC; - rel1 { relative: 0.0 0.0; to_x: "padding_before_text"; } - rel2 { relative: 0.0 1.0; to_x: "padding_before_text"; } + rel1 { relative: 0.0 0.0; to: "padding_before_text"; } + rel2 { relative: 0.0 1.0; to: "padding_before_text"; } aspect: 1.0 1.0; aspect_preference: VERTICAL; align: 1.0 0.5; @@ -1754,8 +1754,8 @@ clip_to: "title_clip"; description { state: "default" 0.0; align: 1.0 0.5; - rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; } - rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; } + rel1 { relative: 0.0 0.0; to_x: "elm.text.title"; to_y: "title_base"; } + rel2 { relative: 0.0 1.0; to_x: "elm.text.title"; to_y: "title_base"; } fixed: 1 0; min: NAVIFRAME_ICON_PADDING_INC; visible: 0; -- 2.7.4