Przeglądaj źródła

let not overlap the borders

Anselm R. Garbe 18 lat temu
rodzic
commit
b5eea45a31
1 zmienionych plików z 1 dodań i 1 usunięć
  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