From f1a7b8588043726e6b01abaa0389829fed9f5d5e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 11 Jun 2013 15:59:33 +0900 Subject: [PATCH] naviframe - clip the contents correctly. Change-Id: Ic80ed1a2538ba208eaa6a5c6e65371d2c77a67a3 --- themes/widgets/naviframe.edc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/widgets/naviframe.edc b/themes/widgets/naviframe.edc index 225b7b2..d002733 100644 --- a/themes/widgets/naviframe.edc +++ b/themes/widgets/naviframe.edc @@ -75,8 +75,8 @@ type: RECT; mouse_events: 0; description { state: "default" 0.0; - rel1 { to: "title_bg"; } - rel2 { to: "title_bg"; } + rel1 { to_y: "title_bg"; } + rel2 { to_y: "title_bg"; } } } part { name: "top_padding"; @@ -167,8 +167,8 @@ type: RECT; mouse_events: 0; description { state: "default" 0.0; - rel1.to: "elm.swallow.content"; - rel2.to: "elm.swallow.content"; + rel1.to_y: "elm.swallow.content"; + rel2.to_y: "elm.swallow.content"; } } part { name: "padding_center_text2"; @@ -693,8 +693,8 @@ type: RECT; mouse_events: 0; description { state: "default" 0.0; - rel1 { to: "toolbar_bg"; } - rel2 { to: "toolbar_bg"; } + rel1 { to_y: "toolbar_bg"; } + rel2 { to_y: "toolbar_bg"; } } } part { name: "toolbar_button1"; -- 2.7.4