Fix setlineheight() function

This commit is contained in:
Jacob 2023-08-29 19:41:03 +02:00
parent dd0b9be89e
commit 9ece1863c3

View file

@ -404,7 +404,9 @@ out:
void setlineheight(Arg *arg) {
lineheight += arg->i;
sp.bh = MAX(draw->font->h, draw->font->h + 2 + lineheight);
resizeclient();
drawmenu();
}
void setimgsize(Arg *arg) {