Skip to content

Commit 8b2b601

Browse files
committed
insert default bar width
1 parent d1cd6db commit 8b2b601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsvectorlayerproperties.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,7 @@ void QgsVectorLayerProperties::initDiagramTab()
16741674
mDiagramUnitComboBox->setCurrentIndex( mDiagramUnitComboBox->findText( tr( "MM" ) ) );
16751675
mLabelPlacementComboBox->setCurrentIndex( mLabelPlacementComboBox->findText( tr( "XHeight" ) ) );
16761676
mDiagramSizeSpinBox->setValue( 30 );
1677+
mBarWidthSpinBox->setValue( 5 );
16771678
mScaleDependentDiagramVisibilityCheckBox->setChecked( false );
16781679

16791680
switch ( layerType )

0 commit comments

Comments
 (0)