dwm-meillo

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 diff
     1.1 --- a/draw.c	Fri Aug 25 15:21:49 2006 +0200
     1.2 +++ b/draw.c	Fri Aug 25 15:24:18 2006 +0200
     1.3 @@ -109,7 +109,7 @@
     1.4  		else
     1.5  			drawtext(tags[i], dc.norm, sel && sel->tags[i]);
     1.6  	}
     1.7 -	x = dc.x + dc.w + 2;
     1.8 +	x = dc.x + dc.w + 1;
     1.9  	dc.w = textw(stext);
    1.10  	dc.x = bx + bw - dc.w;
    1.11  	if(dc.x < x) {