oops
authorAnselm R. Garbe <arg@10kloc.org>
Fri, 25 Aug 2006 15:24:18 +0200
changeset 360 b430e328ae03
parent 359 175045ce7537
child 361 728e74820e1d
oops
draw.c
--- a/draw.c	Fri Aug 25 15:21:49 2006 +0200
+++ b/draw.c	Fri Aug 25 15:24:18 2006 +0200
@@ -109,7 +109,7 @@
 		else
 			drawtext(tags[i], dc.norm, sel && sel->tags[i]);
 	}
-	x = dc.x + dc.w + 2;
+	x = dc.x + dc.w + 1;
 	dc.w = textw(stext);
 	dc.x = bx + bw - dc.w;
 	if(dc.x < x) {