Increase spacing between icon and text in label

This commit is contained in:
Magne Sjaastad 2023-11-24 08:09:00 +01:00
parent 7639262106
commit 88a7ef342c

View File

@ -866,7 +866,7 @@ void RiuMultiPlotPage::updateLegendFont( RiuQwtPlotLegend* legend )
{ {
label->setFont( legendFont ); label->setFont( legendFont );
label->setMargin( 0 ); label->setMargin( 0 );
label->setSpacing( 1 ); label->setSpacing( 3 );
} }
legend->setFont( legendFont ); legend->setFont( legendFont );