changeset 360:b430e328ae03

oops
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 15:24:18 +0200
parents 175045ce7537
children 728e74820e1d
files draw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {