Explorar el Código

fixed small offset issue

Anselm R. Garbe hace 19 años
padre
commit
f833d109d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;