fix incorrect comment, math is hard
This commit is contained in:
parent
e1e1de7b3b
commit
fe5d5c6709
1 changed files with 1 additions and 1 deletions
2
dmenu.c
2
dmenu.c
|
@ -673,7 +673,7 @@ setup(void)
|
|||
mw = wa.width;
|
||||
}
|
||||
promptw = (prompt && *prompt) ? TEXTW(prompt) - lrpad / 4 : 0;
|
||||
inputw = mw / 3; /* input width: ~30% of monitor width */
|
||||
inputw = mw / 3; /* input width: ~33% of monitor width */
|
||||
match();
|
||||
|
||||
/* create menu window */
|
||||
|
|
Loading…
Reference in a new issue