]> git.armaanb.net Git - dwm.git/commitdiff
oops
authorAnselm R. Garbe <arg@10kloc.org>
Fri, 25 Aug 2006 13:24:18 +0000 (15:24 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Fri, 25 Aug 2006 13:24:18 +0000 (15:24 +0200)
draw.c

diff --git a/draw.c b/draw.c
index 9204ee81097126b659893839e14d93bb269bc225..3ddc522d1ad0d0e14152037e1a863a8e86e41f22 100644 (file)
--- 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) {