resize build customization window with the content

This commit is contained in:
Garux 2022-10-30 08:01:54 +03:00
parent fe4e35c4f0
commit f53bfde1a1

View File

@ -848,6 +848,7 @@ EMessageBoxReturn BuildMenuDialog_construct( ProjectList& projectList ){
{
auto grid = new QGridLayout( &dialog );
grid->setSizeConstraint( QLayout::SizeConstraint::SetFixedSize );
{
auto buttons = new QDialogButtonBox;
buttons->setOrientation( Qt::Orientation::Vertical );