mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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->setContentsMargins(0, 0, 0, 0);
|
||||||
dummy->addWidget(propertyWidget);
|
dummy->addWidget(propertyWidget);
|
||||||
|
|
||||||
setWindowTitle("ResInsight: Plot Editor");
|
setWindowTitle("Plot Editor");
|
||||||
resize(1200, 800);
|
resize(1200, 800);
|
||||||
connect(m_curveCreatorSplitterUi, SIGNAL(signalCloseButtonPressed()), this, SLOT(accept()));
|
connect(m_curveCreatorSplitterUi, SIGNAL(signalCloseButtonPressed()), this, SLOT(accept()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user