[conformant] remove part: elm.swallow.shelf
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 27 Apr 2011 07:31:46 +0000 (16:31 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 27 Apr 2011 07:31:46 +0000 (16:31 +0900)
Change-Id: I2f3408d4f712ccd5e8cf7093ba8006d0d4b7ab59

themes/groups/conformant.edc

index ad8543f..f8ec3d8 100644 (file)
 /////////////////////////////////////////////////////////////////////////////
  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";
            }