Fix item length for !items and powerlines

This commit is contained in:
Jacob 2023-07-16 16:39:57 +02:00
parent e202b1668a
commit 188c90184a

View file

@ -370,7 +370,8 @@ int drawitem(int x, int y, int w) {
capsw -
menumarginh -
2 * sp.sp -
2 * borderwidth
2 * borderwidth -
(powerlineitems ? 2 * sp.plw : 0)
));
if (itemoverride) {