mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move to pixel size instead of point size for fonts
This commit is contained in:
@@ -308,7 +308,7 @@ QString RimGridCrossPlotDataSet::groupTitle() const
|
||||
{
|
||||
if ( m_grouping != NO_GROUPING )
|
||||
{
|
||||
return QString( "[%1]" ).arg( groupParameter() );
|
||||
return groupParameter();
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user