From 320e782b428d35c000fb6f4f3023f80e6e81ebaa Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 15 Nov 2011 14:58:53 +0900 Subject: [PATCH] naviframe - made the optionheader move with the contents on transition. --- themes/groups/naviframe.edc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/groups/naviframe.edc b/themes/groups/naviframe.edc index e226f93..60eb5b4 100644 --- a/themes/groups/naviframe.edc +++ b/themes/groups/naviframe.edc @@ -66,9 +66,11 @@ min: 1 0; align: 0.5 0; fixed: 0 1; - rel1.to: "title_clip"; + rel1.to_x: "elm.swallow.content"; + rel1.to_y: "title_clip"; rel1.relative: 0 1; - rel2.to: "title_clip"; + rel2.to_x: "elm.swallow.content"; + rel2.to_y: "title_clip"; visible: 0; } description { state: "show" 0.0; -- 2.7.4