Regression Test : Allow execution of tests starting at filter folder

This commit is contained in:
Magne Sjaastad
2019-04-24 08:06:13 +02:00
parent 5123d5d0c5
commit 6dd3b36f86
5 changed files with 16 additions and 2 deletions

View File

@@ -1903,7 +1903,7 @@ void RiuMainWindow::slotShowRegressionTestDialog()
regTestConfig.readSettingsFromApplicationStore();
caf::PdmUiPropertyViewDialog regressionTestDialog(this, &regTestConfig, "Regression Test", "");
regressionTestDialog.resize(QSize(600, 300));
regressionTestDialog.resize(QSize(600, 350));
if (regressionTestDialog.exec() == QDialog::Accepted)
{