From 1b5d849fe9d12594b4d3a4a5a2f474981c48d7a5 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Fri, 25 Nov 2011 11:35:47 +0900 Subject: [PATCH] [*][popup] title(textblock) vertical align issue Change-Id: Iba6fdff3f42bf0cbeffd4e5d0ff6856fac5566a1 --- themes/groups/popup.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/groups/popup.edc b/themes/groups/popup.edc index 9be9906..175a9e9 100644 --- a/themes/groups/popup.edc +++ b/themes/groups/popup.edc @@ -219,12 +219,12 @@ group { name: "elm/popup/base/default"; style: "popup_title_style"; min: 0 0; max: 0 1; + align: 0.5 0.0; } color: POPUP_DEFAULT_TITLE_TEXT_COLOR_INC; visible:0; rel1 { relative: 1.0 0.0; to: "left_pad"; } rel2 { relative: 0.0 1.0; to: "right_pad"; } - align: 0.5 0.5; } description { state: "show_title" 0.0; inherit: "default" 0.0; -- 2.7.4