mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
cosmetic
This commit is contained in:
parent
88e8002045
commit
55be368539
1 changed files with 2 additions and 3 deletions
|
@ -39,9 +39,8 @@ taglist_draw(Widget *widget,
|
|||
flagsize = (vscreen.font->height + 2) / 4;
|
||||
|
||||
for(tag = vscreen.tags; tag; tag = tag->next)
|
||||
{
|
||||
width += textwidth(ctx, vscreen.font, tag->name);
|
||||
}
|
||||
|
||||
location = calculate_offset(vscreen.statusbar->width,
|
||||
width,
|
||||
offset,
|
||||
|
|
Loading…
Reference in a new issue