fixed typo

This commit is contained in:
Anselm R. Garbe
2006-08-25 15:21:49 +02:00
parent 41ba7a7984
commit 7d4a5e654c
2 changed files with 2 additions and 2 deletions

2
draw.c
View File

@ -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) {