From: ChunEon Park Date: Mon, 25 Jul 2011 12:20:15 +0000 (+0900) Subject: layout - removed a useless part. X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~651 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e826cb128e1ce648a6509f1078413226590edbf;p=profile%2Fivi%2Fefl-theme-tizen.git layout - removed a useless part. --- 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