mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9233 Correction Report Plot: disable axes alignment for better spacing.
Regression introduced in 71d18b9e76
.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user