瀏覽代碼

fixed small offset issue

Anselm R. Garbe 19 年之前
父節點
當前提交
f833d109d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      view.c

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