From 4fe5f97bc0d37435fae49c3eff09425185bb2dd4 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 22 Jul 2011 10:01:33 +0900 Subject: [PATCH] layout - revert back the integrated style --- themes/groups/layout.edc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/groups/layout.edc b/themes/groups/layout.edc index e79a921..cfad467 100644 --- a/themes/groups/layout.edc +++ b/themes/groups/layout.edc @@ -85,24 +85,29 @@ type: SWALLOW; description { state: "default" 0.0; + visible: 0 rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } } description { state: "show" 0.0; inherit: "default" 0.0; + visible: 1; } description { state: "show_with_navi_bar" 0.0; inherit: "default" 0.0; rel1 { relative: 0.0 1.0; to_y: "elm.swallow.navi_bar"; } + visible: 1; } description { state: "show" 1.0; inherit: "default" 0.0; rel2 { relative: 1.0 0.0; to_y: "elm.swallow.controlbar"; } + visible: 1; } description { state: "show_with_navi_bar" 1.0; inherit: "default" 0.0; rel1 { relative: 0.0 1.0; to_y: "elm.swallow.navi_bar"; } rel2 { relative: 1.0 0.0; to_y: "elm.swallow.controlbar"; } + visible: 1; } } part { name: "elm.swallow.navi_bar"; -- 2.7.4