From 81ec21f3c3ff4fe6e35ae401a0a370720d1d6f10 Mon Sep 17 00:00:00 2001 From: Lukasz Stanislawski Date: Fri, 21 Jul 2017 16:14:37 +0200 Subject: [PATCH] Alarm: change font size Change-Id: Ia0fee12f89d1c65b22d02679e00fda316479a5fc --- clock/res/edje/alarm.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clock/res/edje/alarm.edc b/clock/res/edje/alarm.edc index 3fde62d..9f4d555 100644 --- a/clock/res/edje/alarm.edc +++ b/clock/res/edje/alarm.edc @@ -29,11 +29,11 @@ collections { } style { name: "font3_normal"; - base: "font=Tizen:style=Regular color=#000000FF font_size=36 ellipsis=1.0"; + base: "font=Tizen:style=Regular color=#000000FF font_size=32 ellipsis=1.0"; } style { name: "font3_dim"; - base: "font=Tizen:style=Regular color=#00000028 font_size=36 ellipsis=1.0"; + base: "font=Tizen:style=Regular color=#00000066 font_size=32 ellipsis=1.0"; } style { name: "font_weekflags_normal"; -- 2.7.4