aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:21:49 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:21:49 +0200
commit7d4a5e654c5421411f1d66360d594285d462d77f (patch)
tree0429a68e71dc11bf25840e0dae216458c71a5db7 /draw.c
parent41ba7a79841c3d175f676e9a9ba6893dbc130856 (diff)
downloaddwm-7d4a5e654c5421411f1d66360d594285d462d77f.tar.zst
fixed typo
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 3ddc522..9204ee8 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 + 2;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {