From: Anselm R. Garbe Date: Fri, 25 Aug 2006 13:24:18 +0000 (+0200) Subject: oops X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=03128f78df1fbe1b90eb9b7bcb1953050e8bccea oops --- diff --git a/draw.c b/draw.c index 9204ee8..3ddc522 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 + 2; + x = dc.x + dc.w + 1; dc.w = textw(stext); dc.x = bx + bw - dc.w; if(dc.x < x) {