From bc8f2c1c1819c096ffe6f657767f1f19a89acdc7 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 27 Apr 2011 16:31:46 +0900 Subject: [PATCH] [conformant] remove part: elm.swallow.shelf Change-Id: I2f3408d4f712ccd5e8cf7093ba8006d0d4b7ab59 --- themes/groups/conformant.edc | 10 ---------- 1 file changed, 10 deletions(-) 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"; } -- 2.7.4