Skip to content

Commit f456656

Browse files
authored
Update main.c
1 parent a79d815 commit f456656

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ static int status_draw_time_patched(void *a1, int a2)
131131

132132
int is_charging = scePowerIsBatteryCharging();
133133
if (is_charging && !was_charging) {
134-
scePafWidgetSetFontSize(a1, 23.0f, 1, bat_num_start, bat_num_len);
135-
scePafWidgetSetFontSize(a1, 19.0f, 1, percent_start, 1);
134+
scePafWidgetSetFontSize(a1, 16.0f, 1, bat_num_start, bat_num_len);
136135
}
137136
was_charging = is_charging;
138137
}

0 commit comments

Comments
 (0)