mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#355) Set correct title of the new project tree
This commit is contained in:
parent
21691ec7f0
commit
cdea637af8
@ -549,7 +549,7 @@ void RiuMainWindow::createToolBars()
|
||||
void RiuMainWindow::createDockPanels()
|
||||
{
|
||||
{
|
||||
QDockWidget* dockWidget = new QDockWidget("NEW Project Tree", this);
|
||||
QDockWidget* dockWidget = new QDockWidget("Project Tree", this);
|
||||
dockWidget->setObjectName("dockWidget");
|
||||
dockWidget->setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user