Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
fixed typo
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
3ddc522
..
9204ee8
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 +
1
;
+ x = dc.x + dc.w +
2
;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {