diff --git a/src/widget/box.c b/src/widget/box.c index e2808c4..c363e0e 100644 --- a/src/widget/box.c +++ b/src/widget/box.c @@ -58,7 +58,6 @@ static void layout(MwWidget handle) { } else { wsz = sz * n / sum; } - wsz -= Margin; MwVaApply(handle->children[i], horiz ? MwNx : MwNy, sk, /* this is what gets changed */