Commit b5eea45

Anselm R. Garbe <garbeam@gmail.com>
2007-08-10 12:27:25
let not overlap the borders
1 parent aa53e39
Changed files (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