applied Szabolcs Nagy's patch (thank you!)

This commit is contained in:
arg@mig29 2006-11-27 17:46:02 +01:00
parent 0c97b21b61
commit d2a4952956
1 changed files with 1 additions and 1 deletions

2
view.c
View File

@ -99,7 +99,7 @@ dotile(void) {
c->x += mpx;
c->w = stackw - 2 * BORDERPX;
if(th > bh) {
c->y = way + (i - 1) * th;
c->y += (i - 1) * th;
c->h = th - 2 * BORDERPX;
}
else /* fallback if th < bh */