mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
Remove "ResInsight:" prefix
This commit is contained in:
parent
679e4c859f
commit
57a691f8da
@ -42,7 +42,7 @@ RicSummaryCurveCreatorDialog::RicSummaryCurveCreatorDialog(QWidget* parent)
|
||||
dummy->setContentsMargins(0, 0, 0, 0);
|
||||
dummy->addWidget(propertyWidget);
|
||||
|
||||
setWindowTitle("ResInsight: Plot Editor");
|
||||
setWindowTitle("Plot Editor");
|
||||
resize(1200, 800);
|
||||
connect(m_curveCreatorSplitterUi, SIGNAL(signalCloseButtonPressed()), this, SLOT(accept()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user