From: Shinwoo Kim Date: Wed, 22 Jun 2011 11:29:10 +0000 (+0900) Subject: [popup] add border to bottom bg on nbeat-black X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~724^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f8e5a98159b574d4b9746413647c58347ff3aea;p=profile%2Fivi%2Fefl-theme-tizen.git [popup] add border to bottom bg on nbeat-black Change-Id: I567f0c2f623cb3bb91583c8cfbded8008c647d0b --- diff --git a/themes/groups/popup.edc b/themes/groups/popup.edc index ce539de..b561be6 100644 --- a/themes/groups/popup.edc +++ b/themes/groups/popup.edc @@ -336,7 +336,7 @@ group { name: "elm/popup/base/default"; align: 0.5 1.0; visible: 0; image.normal: "00_popup_bottom_bg.png"; - image.border: 2 2 0 3; + image.border: 3 3 3 3; image.border_scale: 1; rel1 { relative: 0.0 1.0; @@ -779,7 +779,7 @@ group { name: "elm/popup/buttons3/verticalbuttonstyle"; description { state: "default" 0.0; align: 0.5 0.0; image.normal: "00_popup_bottom_bg.png"; - image.border: 2 2 0 3; + image.border: 3 3 3 3; image.border_scale: 1; rel1 { relative: 0.0 0.0; @@ -1163,7 +1163,7 @@ group { name: "elm/popup/base/customstyle"; align: 0.5 1.0; visible: 0; image.normal: "00_popup_bottom_bg.png"; - image.border: 2 2 0 3; + image.border: 3 3 3 3; image.border_scale: 1; rel1 { relative: 0.0 1.0; diff --git a/themes/images/nbeat-black/00_popup_bottom_bg.png b/themes/images/nbeat-black/00_popup_bottom_bg.png index 2a446ae..a72ceb7 100644 Binary files a/themes/images/nbeat-black/00_popup_bottom_bg.png and b/themes/images/nbeat-black/00_popup_bottom_bg.png differ