From: Shinwoo Kim Date: Wed, 27 Apr 2011 07:31:46 +0000 (+0900) Subject: [conformant] remove part: elm.swallow.shelf X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~822^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc8f2c1c1819c096ffe6f657767f1f19a89acdc7;p=profile%2Fivi%2Fefl-theme-tizen.git [conformant] remove part: elm.swallow.shelf Change-Id: I2f3408d4f712ccd5e8cf7093ba8006d0d4b7ab59 --- diff --git a/themes/groups/conformant.edc b/themes/groups/conformant.edc index ad8543f..f8ec3d8 100644 --- a/themes/groups/conformant.edc +++ b/themes/groups/conformant.edc @@ -26,20 +26,10 @@ ///////////////////////////////////////////////////////////////////////////// group { name: "elm/conformant/base/default"; parts { - part { name: "elm.swallow.shelf"; - type: SWALLOW; - description { state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.0; - rel2.relative: 1.0 0.0; - } - } part { name: "elm.swallow.content"; type: SWALLOW; description { state: "default" 0.0; align: 0.5 0.5; - rel1.relative: 0.0 1.0; - rel1.to_y: "elm.swallow.shelf"; rel2.relative: 1.0 0.0; rel2.to_y: "elm.swallow.virtualkeypad"; }