From: allu.k Date: Mon, 10 Aug 2020 09:20:45 +0000 (+0530) Subject: [TIZENIOT-1617]Adjusted Spacing between time & AM/Pm X-Git-Tag: submit/tizen/20200813.090655~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fc2363ecb90639777a1e6fae9b2ff0c0751345e;p=profile%2Fmobile%2Fapps%2Fnative%2Findicator.git [TIZENIOT-1617]Adjusted Spacing between time & AM/Pm Change-Id: I94ae2abbaff4bf6cca3821c5c1a815bc8786754c --- diff --git a/src/modules/clock/clock.c b/src/modules/clock/clock.c index 93ec539..d5d210d 100644 --- a/src/modules/clock/clock.c +++ b/src/modules/clock/clock.c @@ -238,9 +238,9 @@ static Eina_Bool indicator_clock_changed_cb(void *data) if (clock_mode == INDICATOR_CLOCK_MODE_12H) { if (apm_position == 0) { - len = snprintf(buf, sizeof(buf), "%s %s", ampm_str, time_str); + len = snprintf(buf, sizeof(buf), "%s %s", ampm_str,font_size ,time_str); } else { - len = snprintf(buf, sizeof(buf), "%s %s", time_str, ampm_str); + len = snprintf(buf, sizeof(buf), "%s %s", time_str,font_size, ampm_str); } } else { len = snprintf(buf, sizeof(buf), "%s", time_str);