mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
Curve Selector : Remove this as parent to layout to avoid warning of duplicate layouts
This commit is contained in:
parent
20fae240b3
commit
4299a2ba5e
@ -50,7 +50,7 @@ RiuSummaryCurveDefSelectionDialog::RiuSummaryCurveDefSelectionDialog(QWidget* pa
|
||||
connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
|
||||
connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
|
||||
|
||||
QHBoxLayout* labelLayout = new QHBoxLayout(this);
|
||||
QHBoxLayout* labelLayout = new QHBoxLayout;
|
||||
labelLayout->addStretch(1);
|
||||
labelLayout->addWidget(m_label);
|
||||
labelLayout->addWidget(buttonBox);
|
||||
|
Loading…
Reference in New Issue
Block a user