Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix clear value to match default value
  • Loading branch information
nyalldawson committed Dec 29, 2019
1 parent a16e424 commit 250b372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/labeling/qgslabelengineconfigdialog.cpp
Expand Up @@ -56,7 +56,7 @@ QgsLabelEngineConfigWidget::QgsLabelEngineConfigWidget( QWidget *parent )
} );

spinCandLine->setClearValue( 5 );
spinCandPolygon->setClearValue( 10 );
spinCandPolygon->setClearValue( 2.5 );

// candidate numbers
spinCandLine->setValue( engineSettings.maximumLineCandidatesPerCm() );
Expand Down

0 comments on commit 250b372

Please sign in to comment.