#9233 Correction Report Plot: disable axes alignment for better spacing.

Regression introduced in 71d18b9e76.
This commit is contained in:
Kristian Bendiksen
2022-08-29 15:11:21 +02:00
parent 5ed12b17cd
commit 7f54703642
3 changed files with 15 additions and 2 deletions

View File

@@ -281,6 +281,7 @@ void RimCorrelationReportPlot::doRenderWindowContent( QPaintDevice* paintDevice
QWidget* RimCorrelationReportPlot::createViewWidget( QWidget* mainWindowParent /*= nullptr */ )
{
m_viewer = new RiuMultiPlotPage( this, mainWindowParent );
m_viewer->setAutoAlignAxes( false );
m_viewer->setPlotTitle( m_plotWindowTitle() );
recreatePlotWidgets();