aewl
changeset 361:728e74820e1d
removed small 1px gap, somehow without it things feel better
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 25 Aug 2006 15:37:00 +0200 |
parents | b430e328ae03 |
children | ba6c55e1b9b2 |
files | draw.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/draw.c Fri Aug 25 15:24:18 2006 +0200 1.2 +++ b/draw.c Fri Aug 25 15:37:00 2006 +0200 1.3 @@ -109,7 +109,7 @@ 1.4 else 1.5 drawtext(tags[i], dc.norm, sel && sel->tags[i]); 1.6 } 1.7 - x = dc.x + dc.w + 1; 1.8 + x = dc.x + dc.w; 1.9 dc.w = textw(stext); 1.10 dc.x = bx + bw - dc.w; 1.11 if(dc.x < x) {