changeset 513:e43292f339ea

fixed small offset issue
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 17:15:05 +0200 (2006-09-29)
parents aca04c3022c1
children 3dd1631824a6
files view.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;