Browse Source

let not overlap the borders

Anselm R. Garbe 18 years ago
parent
commit
b5eea45a31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layout.c

+ 1 - 1
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