[Accessibilty] popup accessibilty modified access body.
authorAmit Kamboj <amit.kamboj@samsung.com>
Thu, 30 May 2013 04:19:17 +0000 (09:49 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 30 May 2013 10:32:09 +0000 (19:32 +0900)
Change-Id: I55c053078660d54ac61b80ca334b33cca22fe882

themes/widgets/popup.edc

index ebdd301..0ba98a9 100644 (file)
@@ -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;
          }
       }