From bfa0a5811ec066be64f756e88f8ba1ee4553e5a7 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 19 Dec 2025 04:38:29 +0900 Subject: [PATCH] fix --- src/widget/box.c | 1 - 1 file changed, 1 deletion(-) 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 */