From 79cabad9ead1075fccea8947dfd6b21fef52e0f4 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Tue, 28 Feb 2012 21:22:25 +0530 Subject: [PATCH] [Popup] Removed the left alignment of content for customstyle as it was creating alignment issue with HD target. --- themes/widgets/popup.edc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 36e4ae4..9735152 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -1374,14 +1374,6 @@ group { name: "elm/popup/content/customstyle"; scale : 1; description { state: "default" 0.0; min: POPUP_CONTENT_CUSTOMSTYLE_DEFAULT_MIN_INC; - align: 0.0 0.0; - fixed: 1 0; - rel1 { - relative: 0.0 0.0; - } - rel2 { - relative: 1.0 1.0; - } } } } -- 2.7.4