From: Amit Kamboj Date: Thu, 30 May 2013 04:19:17 +0000 (+0530) Subject: [Accessibilty] popup accessibilty modified access body. X-Git-Tag: submit/tizen/20131004.114939~410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8e4aa47e89e9dd25836270dc93516be31727347;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [Accessibilty] popup accessibilty modified access body. Change-Id: I55c053078660d54ac61b80ca334b33cca22fe882 --- diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index ebdd301..0ba98a9 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -674,8 +674,16 @@ group { name: "elm/popup/base/default"; repeat_events: 1; description { state: "default" 0.0; fixed: 1 1; - rel1.to: "elm.swallow.content"; - rel2.to: "elm.swallow.content"; + rel1 { + relative: 1.0 0.0; + to_x: "shadow_left_top_padding"; + to_y: "elm.swallow.content"; + } + rel2 { + relative: 0.0 1.0; + to_x: "shadow_right_bottom_padding"; + to_y: "elm.swallow.content"; + } color: 0 0 0 0; } }