fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@767 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
38b5876fba
commit
c8c706fed4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue