Make sure cumulative plot has some spacing to the right

This commit is contained in:
Magne Sjaastad 2024-02-02 08:18:58 +01:00
parent 4ee9af96c3
commit 66df2faa43

View File

@ -101,6 +101,7 @@ RiuWellAllocationPlot::RiuWellAllocationPlot( RimWellAllocationPlot* plotDefinit
QWidget* wellFlowWidget = m_plotDefinition->accumulatedWellFlowPlot()->createPlotWidget();
plotWidgetsLayout->addWidget( wellFlowWidget );
plotWidgetsLayout->addSpacing( 10 );
{
caf::CmdFeatureMenuBuilder menuBuilder;