git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@767 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-21 17:35:41 +00:00
parent 38b5876fba
commit c8c706fed4

View File

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