From 70f7f8f0842f33e4c28c091ee9f812cd6e22ebd7 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 27 Mar 2026 11:05:15 +0900 Subject: [PATCH] fix box bug --- src/widget/box.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget/box.c b/src/widget/box.c index 99f3e07..4c4ae68 100644 --- a/src/widget/box.c +++ b/src/widget/box.c @@ -53,6 +53,7 @@ static void layout(MwWidget handle) { sz -= s + Margin; } else { sum += n; + sz -= Margin; } }