Skip to content
Permalink
Browse files
insert default bar width
  • Loading branch information
m-kuhn committed Aug 9, 2012
1 parent d1cd6db commit 8b2b601
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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 )

0 comments on commit 8b2b601

Please sign in to comment.