[popup][access] change title area to fit with base
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 15 May 2013 09:13:40 +0000 (18:13 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 27 May 2013 05:22:12 +0000 (14:22 +0900)
Change-Id: Icf2ca51976d77611deec6879e2a0515ee7153011

themes/widgets/popup.edc

index 505ea14..ebdd301 100644 (file)
@@ -603,8 +603,11 @@ group { name: "elm/popup/base/default";
          repeat_events: 1;
          description { state: "default" 0.0;
             fixed: 1 1;
-            rel1.to: "elm.bg.title";
-            rel2.to:"elm.bg.title";
+            rel1.to: "base";
+            rel2 {
+               to_x: "base";
+               to_y: "elm.bg.title";
+            }
             color: 0 0 0 0;
          }
       }