Skip to content

Commit d046640

Browse files
committed
smaller date text correction
1 parent 110391d commit d046640

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"compatibility": "2.7",
4444
"file": "fonts/Cicle Gordita.ttf",
45-
"name": "CICLE_GORDITA_30",
45+
"name": "CICLE_GORDITA_27",
4646
"type": "font"
4747
},
4848
{

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void tap_handler(AccelAxisType axis, int32_t direction) {
9292
void window_load(Window *window)
9393
{
9494
//Load fonts
95-
ResHandle date_font_handle = resource_get_handle(RESOURCE_ID_CICLE_GORDITA_30);
95+
ResHandle date_font_handle = resource_get_handle(RESOURCE_ID_CICLE_GORDITA_27);
9696
ResHandle time_font_handle = resource_get_handle(RESOURCE_ID_CICLE_GORDITA_55);
9797
ResHandle sec_font_handle = resource_get_handle(RESOURCE_ID_CICLE_FINA_50);
9898
ResHandle bat_font_handle = resource_get_handle(RESOURCE_ID_CICLE_FINA_18);

0 commit comments

Comments
 (0)