From e36929292e08d03c496c8134f2d29c069a45dc2c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 25 Aug 2006 15:37:00 +0200 Subject: [PATCH] removed small 1px gap, somehow without it things feel better --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw.c b/draw.c index 3ddc522..102e89e 100644 --- a/draw.c +++ b/draw.c @@ -109,7 +109,7 @@ drawstatus() 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) { -- 1.7.10.4