Browse Source

let not overlap the borders

main
Anselm R. Garbe 17 years ago
parent
commit
b5eea45a31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      layout.c

+ 1
- 1
layout.c View File

@ -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


Loading…
Cancel
Save