#3145 Ensemble stat. Move 'filters active' label closer to the lower right corner

This commit is contained in:
Bjørn Erik Jensen
2018-07-05 09:01:59 +02:00
parent 1188a5940b
commit b2abe93ab5

View File

@@ -482,7 +482,7 @@ void RimSummaryPlot::setPlotInfoLabel(const QString& label)
m_plotInfoLabel.reset(new QwtPlotTextLabel());
m_plotInfoLabel->setText(qwtText);
m_plotInfoLabel->setMargin(30);
m_plotInfoLabel->setMargin(10);
}
//--------------------------------------------------------------------------------------------------