mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Made regression test dialog wider
This commit is contained in:
@@ -1567,6 +1567,8 @@ void RiuMainWindow::slotShowRegressionTestDialog()
|
|||||||
caf::PdmSettings::readFieldsFromApplicationStore(®TestConfig);
|
caf::PdmSettings::readFieldsFromApplicationStore(®TestConfig);
|
||||||
|
|
||||||
caf::PdmUiPropertyViewDialog regressionTestDialog(this, ®TestConfig, "Regression Test", "");
|
caf::PdmUiPropertyViewDialog regressionTestDialog(this, ®TestConfig, "Regression Test", "");
|
||||||
|
regressionTestDialog.resize(QSize(600, 200));
|
||||||
|
|
||||||
if (regressionTestDialog.exec() == QDialog::Accepted)
|
if (regressionTestDialog.exec() == QDialog::Accepted)
|
||||||
{
|
{
|
||||||
// Write preferences using QSettings and apply them to the application
|
// Write preferences using QSettings and apply them to the application
|
||||||
|
|||||||
Reference in New Issue
Block a user