This commit is contained in:
Anselm R. Garbe 2006-08-25 15:24:18 +02:00
parent 7d4a5e654c
commit 03128f78df
1 changed files with 1 additions and 1 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 + 2;
x = dc.x + dc.w + 1;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {