Skip to content

Commit a761be6

Browse files
authored
Update main.c
1 parent 28c9889 commit a761be6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ static int status_draw_time_patched(void *a1, int a2)
135135
scePafWidgetSetFontSize(a1, 16.0f, 1, bat_num_start, bat_num_len);
136136
}
137137
else if (!is_charging && was_charging) {
138-
scePafWidgetSetFontSize(a1, 20.0f, 1, bat_num_start, bat_num_len);
139-
scePafWidgetSetFontSize(a1, 20.0f, 1, percent_start, 1);
138+
scePafWidgetSetFontSize(a1, 22.0f, 1, bat_num_start, bat_num_len);
139+
scePafWidgetSetFontSize(a1, 22.0f, 1, percent_start, 1);
140140
}
141141
was_charging = is_charging;
142142
}

0 commit comments

Comments
 (0)