Skip to content

Commit

Permalink
insert default bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 9, 2012
1 parent d1cd6db commit 8b2b601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -1674,6 +1674,7 @@ void QgsVectorLayerProperties::initDiagramTab()
mDiagramUnitComboBox->setCurrentIndex( mDiagramUnitComboBox->findText( tr( "MM" ) ) );
mLabelPlacementComboBox->setCurrentIndex( mLabelPlacementComboBox->findText( tr( "XHeight" ) ) );
mDiagramSizeSpinBox->setValue( 30 );
mBarWidthSpinBox->setValue( 5 );
mScaleDependentDiagramVisibilityCheckBox->setChecked( false );

switch ( layerType )
Expand Down

0 comments on commit 8b2b601

Please sign in to comment.