fix incorrect comment, math is hard

main
Hiltjo Posthuma 2022-04-30 13:19:33 +02:00 committed by Chewing_Bever
parent a5a24f475f
commit 801a3e50dd
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,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 */