Revert clock font size change for Common Profile 26/207526/1
authorKartik Tidke <kr.tidke@samsung.com>
Thu, 6 Jun 2019 15:57:23 +0000 (21:27 +0530)
committerKartik Tidke <kr.tidke@samsung.com>
Thu, 6 Jun 2019 15:57:23 +0000 (21:27 +0530)
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 <kr.tidke@samsung.com>
Change-Id: Ic2bd48f3d1ffce8c2a7a27a21b9b09457e0a619b

src/modules/clock/clock.c

index 9d676c9..60523b0 100644 (file)
 
 #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