mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor formation gui update
This commit is contained in:
@@ -58,7 +58,7 @@ void RiuPlotAnnotationTool::attachFormationNames(QwtPlot* plot, const std::vecto
|
||||
QString name = names[i];
|
||||
if (names[i].toLower().indexOf("top") == -1)
|
||||
{
|
||||
name += " top";
|
||||
name += " Top";
|
||||
}
|
||||
|
||||
line->setLabel(name);
|
||||
|
||||
Reference in New Issue
Block a user