mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Ensure that menu resizes from child elements
This commit is contained in:
parent
81350033fa
commit
3ae1a9f3ac
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ namespace NLGUI
|
||||||
_GroupList->setY (4);
|
_GroupList->setY (4);
|
||||||
_GroupList->setSpace (_GroupMenu->_Space);
|
_GroupList->setSpace (_GroupMenu->_Space);
|
||||||
_GroupList->setSerializable( false );
|
_GroupList->setSerializable( false );
|
||||||
|
_GroupList->setResizeFromChildW(true);
|
||||||
addGroup (_GroupList);
|
addGroup (_GroupList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue