Skip to content

Commit

Permalink
Typofix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Feb 10, 2004
1 parent c6ab724 commit c80286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/HumanConf/Static/Static.pm
Expand Up @@ -38,7 +38,7 @@ sub new {
# TTF fonts which could scale, and try to find good point
# sizes for them too (names of TTF fonts should be stored
# in a var).
$self->{imagemargin} = $constants->{hc_q1_maxrad} || 6;
$self->{imagemargin} = $constants->{hc_q1_margin} || 6;

my @possible_fonts = @{$constants->{hc_possible_fonts}};
@possible_fonts = ( gdMediumBoldFont, gdLargeFont, gdGiantFont ) if !@possible_fonts;
Expand Down

0 comments on commit c80286c

Please sign in to comment.