projects
/
profile
/
mobile
/
apps
/
native
/
indicator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8866fb
)
This patch changes font size of indicator for IOT profile to 20.
06/215606/1
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20191031.034417
accepted/tizen/5.5/unified/mobile/hotfix/20201027.070525
accepted/tizen/5.5/unified/wearable/hotfix/20201027.094114
accepted/tizen/unified/20191014.005018
submit/tizen/20191011.110932
submit/tizen_5.5/20191031.000009
submit/tizen_5.5/20191031.000011
submit/tizen_5.5/20191031.000013
submit/tizen_5.5_mobile_hotfix/20201026.185109
submit/tizen_5.5_wearable_hotfix/20201026.184309
tizen_5.5.m2_release
author
Jagrat Patidar
<j1.patidar@samsung.com>
Fri, 11 Oct 2019 16:51:50 +0000
(22:21 +0530)
committer
Jagrat Patidar
<j1.patidar@samsung.com>
Fri, 11 Oct 2019 16:53:15 +0000
(22:23 +0530)
Change-Id: I583f5f8355bf1861ad42eade95d4b8bcf0693378
Signed-off-by: Jagrat Patidar <j1.patidar@samsung.com>
src/modules/clock/clock.c
patch
|
blob
|
history
diff --git
a/src/modules/clock/clock.c
b/src/modules/clock/clock.c
index
60523b0
..
7e26d68
100644
(file)
--- a/
src/modules/clock/clock.c
+++ b/
src/modules/clock/clock.c
@@
-32,9
+32,15
@@
#define SYSTEM_RESUME "system_wakeup"
+#ifdef TIZEN_PROFILE_COMMON
+#define TIME_FONT_SIZE_24 20
+#define TIME_FONT_SIZE_12 20
+#define AMPM_FONT_SIZE 19
+#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