fixed small offset issue
authorAnselm R. Garbe <arg@10kloc.org>
Fri, 29 Sep 2006 17:15:05 +0200
changeset 513 e43292f339ea
parent 512 aca04c3022c1
child 514 3dd1631824a6
fixed small offset issue
view.c
--- a/view.c	Fri Sep 29 17:12:57 2006 +0200
+++ b/view.c	Fri Sep 29 17:15:05 2006 +0200
@@ -194,7 +194,7 @@
 					break;
 				case StackBottom:
 					c->x = sx;
-					c->y = sy + master;
+					c->y = sy + master + bh;
 					break;
 				case StackRight:
 					c->x = sx + master;