From 4fcf56d76b6b31a71b1546347b7f9961ff14a9bc 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 Conflicts: themes/widgets/popup.edc --- themes/widgets/popup.edc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index d8787c2..c4d44a1 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -705,14 +705,9 @@ group { name: "elm/popup/base/default"; repeat_events: 1; description { state: "default" 0.0; fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "shadow_left_top_padding"; - to_y: "elm.bg.title"; - } + rel1.to: "base"; rel2 { - relative: 0.0 1.0; - to_x: "shadow_right_bottom_padding"; + to_x: "base"; to_y: "elm.bg.title"; } color: 0 0 0 0; -- 2.7.4