Made regression test dialog wider

This commit is contained in:
Magne Sjaastad
2016-10-17 10:50:37 +02:00
parent 9a7138ddcd
commit f4140ad3e1

View File

@@ -1567,6 +1567,8 @@ void RiuMainWindow::slotShowRegressionTestDialog()
caf::PdmSettings::readFieldsFromApplicationStore(&regTestConfig);
caf::PdmUiPropertyViewDialog regressionTestDialog(this, &regTestConfig, "Regression Test", "");
regressionTestDialog.resize(QSize(600, 200));
if (regressionTestDialog.exec() == QDialog::Accepted)
{
// Write preferences using QSettings and apply them to the application