From c8c706fed47a5b3d6583a64caccd3615fc7005e3 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 21 Nov 2025 17:35:41 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@767 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/widget/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/menu.c b/src/widget/menu.c index 8f8d685..2af190f 100644 --- a/src/widget/menu.c +++ b/src/widget/menu.c @@ -12,7 +12,7 @@ static void set_xywh(MwWidget handle) { MwVaApply(handle, MwNx, -MwDefaultBorderWidth(handle), MwNy, -MwDefaultBorderWidth(handle), - MwNwidth, MwGetInteger(handle->parent, MwNwidth) + MwDefaultBorderWidth(handle), + MwNwidth, MwGetInteger(handle->parent, MwNwidth) + MwDefaultBorderWidth(handle) * 2, MwNheight, height + MwDefaultBorderWidth(handle), NULL); }