fixed small offset issue

pull/1/head
Anselm R. Garbe 18 years ago
parent 7225c99903
commit f833d109d1
  1. 2
      view.c

@ -194,7 +194,7 @@ dotile(Arg *arg) {
break; break;
case StackBottom: case StackBottom:
c->x = sx; c->x = sx;
c->y = sy + master; c->y = sy + master + bh;
break; break;
case StackRight: case StackRight:
c->x = sx + master; c->x = sx + master;

Loading…
Cancel
Save