mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Changed margins around plot in RelPerm plot
This commit is contained in:
parent
e79816b62e
commit
61779e5876
@ -111,6 +111,7 @@ RiuRelativePermeabilityPlotPanel::RiuRelativePermeabilityPlotPanel(QDockWidget*
|
||||
QHBoxLayout* mainLayout = new QHBoxLayout();
|
||||
mainLayout->addLayout(leftLayout);
|
||||
mainLayout->addWidget(m_qwtPlot);
|
||||
mainLayout->setContentsMargins(5, 0, 0, 0);
|
||||
|
||||
setLayout(mainLayout);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user