mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Less spacing between legend items
This commit is contained in:
parent
836822c2b9
commit
c8ebca6041
@ -41,6 +41,7 @@ RiuQwtPlotLegend::RiuQwtPlotLegend( QWidget* parent /*= nullptr */ )
|
||||
if ( legendLayout )
|
||||
{
|
||||
legendLayout->setExpandingDirections( Qt::Horizontal | Qt::Vertical );
|
||||
legendLayout->setSpacing( 1 );
|
||||
}
|
||||
setSizePolicy( QSizePolicy::Preferred, QSizePolicy::MinimumExpanding );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user