Skip to content

Commit

Permalink
Adjust max height of NUGHUD digits font
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Nov 27, 2024
1 parent fab1aa3 commit b26f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@ static sbardef_t *CreateNughudSbarDef(void)
}

dig.monowidth = maxwidth;
dig.maxheight = maxheight;
dig.maxheight = MAX(8, maxheight);

// Widgets =================================================================

Expand Down

0 comments on commit b26f0b3

Please sign in to comment.