let not overlap the borders

This commit is contained in:
Anselm R. Garbe 2007-08-10 18:27:25 +02:00
parent aa53e39ec0
commit b5eea45a31
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ tile(const char *arg) {
}
resize(c, nx, ny, nw, nh, False);
if(n > 1 && th != wah)
ny += nh;
ny += nh + 2 * c->border;
i++;
}
else