mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9438 Multiplot: Avoid overwriting font sizes.
This commit is contained in:
parent
99553382f5
commit
21a2f2b2c9
@ -816,7 +816,6 @@ void RiuMultiPlotPage::setDefaultAxisProperties( RiuPlotWidget* plotWidget, int
|
||||
{
|
||||
plotWidget->setAxisLabelsAndTicksEnabled( RiuPlotAxis::defaultLeft(), showYAxis( row, column ), showYAxis( row, column ) );
|
||||
plotWidget->setAxisTitleEnabled( RiuPlotAxis::defaultLeft(), showYAxis( row, column ) );
|
||||
plotWidget->setAxesFontsAndAlignment( m_axisTitleFontSize, m_axisValueFontSize );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user