We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cd6db commit 8b2b601Copy full SHA for 8b2b601
src/app/qgsvectorlayerproperties.cpp
@@ -1674,6 +1674,7 @@ void QgsVectorLayerProperties::initDiagramTab()
1674
mDiagramUnitComboBox->setCurrentIndex( mDiagramUnitComboBox->findText( tr( "MM" ) ) );
1675
mLabelPlacementComboBox->setCurrentIndex( mLabelPlacementComboBox->findText( tr( "XHeight" ) ) );
1676
mDiagramSizeSpinBox->setValue( 30 );
1677
+ mBarWidthSpinBox->setValue( 5 );
1678
mScaleDependentDiagramVisibilityCheckBox->setChecked( false );
1679
1680
switch ( layerType )
0 commit comments