glogin-provider: using wrong fonts for metrics...

This commit is contained in:
K. Lange 2021-08-30 09:35:47 +09:00
parent 7925346edf
commit 18a1519090
1 changed files with 2 additions and 2 deletions

View File

@ -392,8 +392,8 @@ redo_everything:
int focus = 0;
tt_set_size(tt_font_thin, 13);
int hostname_label_left = width - 10 - tt_string_width(tt_font_thin, hostname);
tt_set_size(tt_font_bold, 12);
int hostname_label_left = width - 10 - tt_string_width(tt_font_bold, hostname);
int kernel_v_label_left = 10;
struct text_box username_box = { (BOX_WIDTH - 170) / 2, 30, 170, 20, rgb(0,0,0), NULL, 0, 0, 0, username, "Username" };