From 1e826cb128e1ce648a6509f1078413226590edbf Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 25 Jul 2011 21:20:15 +0900 Subject: [PATCH] layout - removed a useless part. --- themes/groups/layout.edc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/themes/groups/layout.edc b/themes/groups/layout.edc index 7b972a1..22eb9c5 100644 --- a/themes/groups/layout.edc +++ b/themes/groups/layout.edc @@ -296,14 +296,6 @@ group { name: "elm/layout/application/searchbar"; alias: "elm/layout/searchbar/default"; parts { - part { name: "bg"; - mouse_events: 0; - type: RECT; - description { state: "default" 0.0; - visible: 1; - color: 0 0 0 0; - } - } part { name: "searchbar"; type: EXTERNAL; source: "elm/searchbar"; @@ -313,10 +305,8 @@ min: 0 SEARCHBAR_H; fixed: 0 1; align: 0.0 1.0; - rel1.to: "bg"; rel2 { relative: 1.0 0.0; - to: "bg"; } params { //string: "label" "my test"; @@ -338,7 +328,6 @@ relative: 0.0 1.0; to: "searchbar"; } - rel2.to: "bg"; } } } //end parts -- 2.7.4