diff draw.c @ 359:175045ce7537

fixed typo
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 15:21:49 +0200
parents 64c19db8af25
children b430e328ae03
line wrap: on
line diff
--- a/draw.c	Fri Aug 25 15:16:20 2006 +0200
+++ b/draw.c	Fri Aug 25 15:21:49 2006 +0200
@@ -109,7 +109,7 @@
 		else
 			drawtext(tags[i], dc.norm, sel && sel->tags[i]);
 	}
-	x = dc.x + dc.w + 1;
+	x = dc.x + dc.w + 2;
 	dc.w = textw(stext);
 	dc.x = bx + bw - dc.w;
 	if(dc.x < x) {