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); }