mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Showing only the well log plot name in the title bar (no prefix)
This commit is contained in:
parent
77c22e4562
commit
dbe4daa533
@ -352,7 +352,7 @@ void RimWellLogPlot::updateViewerWidgetWindowTitle()
|
||||
{
|
||||
if (m_viewer)
|
||||
{
|
||||
m_viewer->setWindowTitle(QString("Well Log Plot - %1").arg(m_userName));
|
||||
m_viewer->setWindowTitle(m_userName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user