Remove maximum width on art config layout
This commit is contained in:
parent
94aa711634
commit
16ab086e27
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ ArtConfigWindow::ArtConfigWindow(const QString &filename, const QString &definit
|
||||||
|
|
||||||
auto formLayout = new QFormLayout();
|
auto formLayout = new QFormLayout();
|
||||||
auto formLayoutWidget = new QWidget();
|
auto formLayoutWidget = new QWidget();
|
||||||
formLayoutWidget->setMaximumWidth(450);
|
|
||||||
formLayoutWidget->setLayout(formLayout);
|
formLayoutWidget->setLayout(formLayout);
|
||||||
mainLayout->addWidget(formLayoutWidget);
|
mainLayout->addWidget(formLayoutWidget);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue