aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index 0002397..eb64a33 100644
--- a/layout.c
+++ b/layout.c
@@ -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