mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Increase spacing between icon and text in label
This commit is contained in:
parent
7639262106
commit
88a7ef342c
@ -866,7 +866,7 @@ void RiuMultiPlotPage::updateLegendFont( RiuQwtPlotLegend* legend )
|
||||
{
|
||||
label->setFont( legendFont );
|
||||
label->setMargin( 0 );
|
||||
label->setSpacing( 1 );
|
||||
label->setSpacing( 3 );
|
||||
}
|
||||
|
||||
legend->setFont( legendFont );
|
||||
|
Loading…
Reference in New Issue
Block a user