mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary Plot Curve Editor : Use () instead of [] around acronyms as [] are used for unit text
This commit is contained in:
@@ -242,10 +242,15 @@ QString RimSummaryPlotYAxisFormatter::autoAxisTitle() const
|
||||
{
|
||||
if (!quantityNameForDisplay.empty())
|
||||
{
|
||||
quantityNameForDisplay += " ";
|
||||
quantityNameForDisplay += " (";
|
||||
quantityNameForDisplay += quantityName;
|
||||
quantityNameForDisplay += ")";
|
||||
}
|
||||
else
|
||||
{
|
||||
quantityNameForDisplay += quantityName;
|
||||
}
|
||||
|
||||
quantityNameForDisplay += quantityName;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user