Skip to content

Commit 79406d1

Browse files
authored
subtle shrink
1 parent f78eacf commit 79406d1

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
@@ -131,8 +131,8 @@ 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, 21.0f, 1, bat_num_start, bat_num_len);
135-
scePafWidgetSetFontSize(a1, 17.0f, 1, percent_start, 1);
134+
scePafWidgetSetFontSize(a1, 19.0f, 1, bat_num_start, bat_num_len);
135+
scePafWidgetSetFontSize(a1, 15.0f, 1, percent_start, 1);
136136
}
137137
was_charging = is_charging;
138138
}

0 commit comments

Comments
 (0)