From: Kartik Tidke Date: Thu, 6 Jun 2019 15:57:23 +0000 (+0530) Subject: Revert clock font size change for Common Profile X-Git-Tag: submit/tizen/20190711.073857~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79bd90c60a953a180268f89f04f881b1981ec04b;p=profile%2Fmobile%2Fapps%2Fnative%2Findicator.git Revert clock font size change for Common Profile This patch decreases the clock font size for Common profile. It makes clock font size same for Common as well as Mobile Profile. Signed-off-by: Kartik Tidke Change-Id: Ic2bd48f3d1ffce8c2a7a27a21b9b09457e0a619b --- diff --git a/src/modules/clock/clock.c b/src/modules/clock/clock.c index 9d676c9..60523b0 100644 --- a/src/modules/clock/clock.c +++ b/src/modules/clock/clock.c @@ -32,15 +32,9 @@ #define SYSTEM_RESUME "system_wakeup" -#ifdef TIZEN_PROFILE_COMMON -#define TIME_FONT_SIZE_24 50 -#define TIME_FONT_SIZE_12 50 -#define AMPM_FONT_SIZE 49 -#else #define TIME_FONT_SIZE_24 30 #define TIME_FONT_SIZE_12 30 #define AMPM_FONT_SIZE 29 -#endif #define TIME_FONT_COLOR 200, 200, 200, 255 #define AMPM_FONT_COLOR 200, 200, 200, 255