Setted Language String for time in Indicator 13/240213/6
authorallu.k <allu.k@samsung.com>
Tue, 4 Aug 2020 11:12:11 +0000 (16:42 +0530)
committerAllu Krishna Sai Teja <allu.k@samsung.com>
Sat, 8 Aug 2020 06:53:14 +0000 (06:53 +0000)
Change-Id: If90c53c75668b1d63cdd372e27f933c8ac77cfbc

src/modules/clock/clock.c

index 47550d8..93ec539 100644 (file)
@@ -33,9 +33,9 @@
 #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
+#define TIME_FONT_SIZE_24              18
+#define TIME_FONT_SIZE_12              18
+#define AMPM_FONT_SIZE         18
 #else
 #define TIME_FONT_SIZE_24              30
 #define TIME_FONT_SIZE_12              30
@@ -552,7 +552,7 @@ void indicator_get_time_by_region(char* output, size_t output_size)
                s_time_skeleton = "Hm";
        }
 
-       ret = system_settings_get_value_string(SYSTEM_SETTINGS_KEY_LOCALE_COUNTRY, &locale);
+       ret = system_settings_get_value_string(SYSTEM_SETTINGS_KEY_LOCALE_LANGUAGE, &locale);
        retm_if(ret != SYSTEM_SETTINGS_ERROR_NONE, "Cannot get LOCALE_COUNTRY string");
 
        if (locale == NULL) {