fixed small offset issue
This commit is contained in:
parent
7225c99903
commit
f833d109d1
1 changed files with 1 additions and 1 deletions
2
view.c
2
view.c
|
@ -194,7 +194,7 @@ dotile(Arg *arg) {
|
|||
break;
|
||||
case StackBottom:
|
||||
c->x = sx;
|
||||
c->y = sy + master;
|
||||
c->y = sy + master + bh;
|
||||
break;
|
||||
case StackRight:
|
||||
c->x = sx + master;
|
||||
|
|
Loading…
Reference in a new issue