status box should have a border in my eyes
This commit is contained in:
parent
525c5ff4d8
commit
45d16d090b
2 changed files with 2 additions and 2 deletions
2
draw.c
2
draw.c
|
@ -125,7 +125,7 @@ drawstatus()
|
|||
x = dc.x + dc.w;
|
||||
dc.w = textw(stext);
|
||||
dc.x = bx + bw - dc.w;
|
||||
drawtext(stext, !istile, False);
|
||||
drawtext(stext, !istile, True);
|
||||
if(sel && ((dc.w = dc.x - x) >= bh)) {
|
||||
dc.x = x;
|
||||
drawtext(sel->name, istile, True);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue