# HG changeset patch # User Anselm R. Garbe # Date 1156513020 -7200 # Node ID 728e74820e1d458b0e194b4512032a690266d29a # Parent b430e328ae03e4d9806bbd7fcbec88da60f48f77 removed small 1px gap, somehow without it things feel better diff -r b430e328ae03 -r 728e74820e1d draw.c --- a/draw.c Fri Aug 25 15:24:18 2006 +0200 +++ b/draw.c Fri Aug 25 15:37:00 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; dc.w = textw(stext); dc.x = bx + bw - dc.w; if(dc.x < x) {