let not overlap the borders
This commit is contained in:
parent
aa53e39ec0
commit
b5eea45a31
1 changed files with 1 additions and 1 deletions
2
layout.c
2
layout.c
|
@ -175,7 +175,7 @@ tile(const char *arg) {
|
||||||
}
|
}
|
||||||
resize(c, nx, ny, nw, nh, False);
|
resize(c, nx, ny, nw, nh, False);
|
||||||
if(n > 1 && th != wah)
|
if(n > 1 && th != wah)
|
||||||
ny += nh;
|
ny += nh + 2 * c->border;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue