From: Shinwoo Kim Date: Tue, 21 Jun 2011 02:49:49 +0000 (+0900) Subject: [popup] add left/right padding on menustyle X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~730^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17c70279ffb6e2c19ab1c85c2d31d542ec86c87c;p=profile%2Fivi%2Fefl-theme-tizen.git [popup] add left/right padding on menustyle Change-Id: Ibda8fa2117dc44fdbc4fda966c515fe7cb7a0e3e --- diff --git a/themes/groups/popup.edc b/themes/groups/popup.edc index e2f7277..ce539de 100644 --- a/themes/groups/popup.edc +++ b/themes/groups/popup.edc @@ -881,15 +881,49 @@ group { name: "elm/popup/buttons3/verticalbuttonstyle"; group { name: "elm/popup/content/menustyle"; parts{ + part { name: "left_padding"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + fixed: 1 0; + visible: 0; + align: 0.0 0.5; + min: 3 0; + rel1 { + relative: 0.0 0.0; + } + rel2 { + relative: 0.0 1.0; + } + } + } part{ name:"elm.swallow.content"; type: SWALLOW; scale : 1; description { state: "default" 0.0; - min: 400 320; + min: 394 320; align: 0.5 0.5; fixed: 1 0; rel1 { - relative: 0.0 0.0; + relative: 1.0 0.0; + to:"left_padding"; + } + rel2 { + relative: 0.0 1.0; + to:"right_padding"; + } + } + } + part { name: "right_padding"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + fixed: 1 0; + visible: 0; + align: 1.0 0.5; + min: 3 0; + rel1 { + relative: 1.0 0.0; } rel2 { relative: 1.0 1.0;