From 304d84a78481bd170cbf8e3c301e069b8185b3ac Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 15 May 2013 18:13:40 +0900 Subject: [PATCH] [popup][access] change title area to fit with base Change-Id: Icf2ca51976d77611deec6879e2a0515ee7153011 --- themes/widgets/popup.edc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 505ea14..ebdd301 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -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; } } -- 2.7.4