Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix clear value for stretch
  • Loading branch information
nyalldawson committed Nov 9, 2021
1 parent 730cd7e commit fe075c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgstextformatwidget.cpp
Expand Up @@ -178,6 +178,7 @@ void QgsTextFormatWidget::initWidget()
mFontWordSpacingSpinBox->setClearValue( 0.0 );
mZIndexSpinBox->setClearValue( 0.0 );
mLineDistanceSpnBx->setClearValue( 0.0 );
mSpinStretch->setClearValue( 100 );

mOffsetTypeComboBox->addItem( tr( "From Point" ), QgsPalLayerSettings::FromPoint );
mOffsetTypeComboBox->addItem( tr( "From Symbol Bounds" ), QgsPalLayerSettings::FromSymbolBounds );
Expand Down

0 comments on commit fe075c5

Please sign in to comment.