Browse Source

fixed small offset issue

Anselm R. Garbe 19 years ago
parent
commit
f833d109d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      view.c

+ 1 - 1
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;