Skip to content

Commit b26f0b3

Browse files
committed
Adjust max height of NUGHUD digits font
1 parent fab1aa3 commit b26f0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/st_stuff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3260,7 +3260,7 @@ static sbardef_t *CreateNughudSbarDef(void)
32603260
}
32613261

32623262
dig.monowidth = maxwidth;
3263-
dig.maxheight = maxheight;
3263+
dig.maxheight = MAX(8, maxheight);
32643264

32653265
// Widgets =================================================================
32663266

0 commit comments

Comments
 (0)