Skip to content

Commit

Permalink
composer legend - default symbol to label space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Apr 3, 2013
1 parent e315570 commit 597bc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerlegend.cpp
Expand Up @@ -47,6 +47,7 @@ QgsComposerLegend::QgsComposerLegend( QgsComposition* composition )
setStyleMargin( QgsComposerLegendStyle::Subgroup, QgsComposerLegendStyle::Top, 2 );
setStyleMargin( QgsComposerLegendStyle::Symbol, QgsComposerLegendStyle::Top, 2 );
setStyleMargin( QgsComposerLegendStyle::SymbolLabel, QgsComposerLegendStyle::Top, 2 );
setStyleMargin( QgsComposerLegendStyle::SymbolLabel, QgsComposerLegendStyle::Left, 2 );
rstyle( QgsComposerLegendStyle::Title ).rfont().setPointSizeF( 16.0 );
rstyle( QgsComposerLegendStyle::Group ).rfont().setPointSizeF( 14.0 );
rstyle( QgsComposerLegendStyle::Subgroup ).rfont().setPointSizeF( 12.0 );
Expand Down

0 comments on commit 597bc78

Please sign in to comment.