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:
@@ -352,7 +352,7 @@ void RimWellLogPlot::updateViewerWidgetWindowTitle()
|
|||||||
{
|
{
|
||||||
if (m_viewer)
|
if (m_viewer)
|
||||||
{
|
{
|
||||||
m_viewer->setWindowTitle(QString("Well Log Plot - %1").arg(m_userName));
|
m_viewer->setWindowTitle(m_userName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user