Changed: Ensure that menu resizes from child elements

This commit is contained in:
Nimetu 2017-01-21 13:29:15 +02:00
parent 81350033fa
commit 3ae1a9f3ac

View file

@ -240,6 +240,7 @@ namespace NLGUI
_GroupList->setY (4);
_GroupList->setSpace (_GroupMenu->_Space);
_GroupList->setSerializable( false );
_GroupList->setResizeFromChildW(true);
addGroup (_GroupList);
}
}