From 7cb5982f1979916073e0c8e917d7939f760624aa Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Thu, 24 Mar 2011 14:00:10 +0900 Subject: [PATCH] [ctxpopup] default text style font size change Change-Id: Ia735457c29f1435e9782a3107ff1fd2942be3d5c --- themes/groups/ctxpopup.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/groups/ctxpopup.edc b/themes/groups/ctxpopup.edc index 317c119..84e4068 100644 --- a/themes/groups/ctxpopup.edc +++ b/themes/groups/ctxpopup.edc @@ -999,7 +999,7 @@ color: CTXPOPUP_FONT_COLOR; text { font: "SLP:style=Roman"; - size: 34; + size: 24; align: 0.5 0.5; min: 1 1; } @@ -1428,7 +1428,7 @@ color: CTXPOPUP_FONT_COLOR; text { font: "SLP:style=Roman"; - size: 30; + size: 20; align: 0.0 0.5; min: 1 1; } -- 2.7.4