resize build customization window with the content
This commit is contained in:
parent
fe4e35c4f0
commit
f53bfde1a1
|
|
@ -848,6 +848,7 @@ EMessageBoxReturn BuildMenuDialog_construct( ProjectList& projectList ){
|
||||||
|
|
||||||
{
|
{
|
||||||
auto grid = new QGridLayout( &dialog );
|
auto grid = new QGridLayout( &dialog );
|
||||||
|
grid->setSizeConstraint( QLayout::SizeConstraint::SetFixedSize );
|
||||||
{
|
{
|
||||||
auto buttons = new QDialogButtonBox;
|
auto buttons = new QDialogButtonBox;
|
||||||
buttons->setOrientation( Qt::Orientation::Vertical );
|
buttons->setOrientation( Qt::Orientation::Vertical );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user