From: sungwook79.park Date: Wed, 8 Feb 2017 04:58:22 +0000 (+0900) Subject: Adopt to scale font size for space swipe animation X-Git-Tag: accepted/tizen/3.0/common/20170214.180210~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F113518%2F1;p=platform%2Fcore%2Fuifw%2Fise-default.git Adopt to scale font size for space swipe animation Change-Id: Ib68871cbc9a7cdce7bfe47d719e5cfe89daf6288 Signed-off-by: sungwook79.park --- diff --git a/res/mobile/edje/popup_custom.edc b/res/mobile/edje/popup_custom.edc index 96130a3..91cdcdc 100644 --- a/res/mobile/edje/popup_custom.edc +++ b/res/mobile/edje/popup_custom.edc @@ -24,7 +24,7 @@ collections { text_class: "lang_label_text"; text: ""; font: "Tizen:style=Bold"; - size: 25; + size: 15; align: 0.5 0.5; } rel1.to: "bg"; @@ -32,6 +32,7 @@ collections { rel2.to: "bg"; rel2.relative: 1.0 1.0; } + scale: 1; } } }