[Accessibity] Title accessibity area corrected.
authorAmit Kamboj <amit.kamboj@samsung.com>
Tue, 28 May 2013 04:30:50 +0000 (10:00 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 30 May 2013 10:32:17 +0000 (19:32 +0900)
Change-Id: I092a34807130de5f86b74d85b418a93203f02aeb

themes/widgets/popup.edc

index 0ba98a9..1f7c8bf 100644 (file)
@@ -603,9 +603,14 @@ group { name: "elm/popup/base/default";
          repeat_events: 1;
          description { state: "default" 0.0;
             fixed: 1 1;
-            rel1.to: "base";
+            rel1 {
+               relative: 1.0 0.0;
+               to_x: "shadow_left_top_padding";
+               to_y: "elm.bg.title";
+            }
             rel2 {
-               to_x: "base";
+               relative: 0.0 1.0;
+               to_x: "shadow_right_bottom_padding";
                to_y: "elm.bg.title";
             }
             color: 0 0 0 0;