From c80286cac1ce73b32a75a815e54a833d965ba920 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Tue, 10 Feb 2004 23:02:44 +0000 Subject: [PATCH] Typofix. --- plugins/HumanConf/Static/Static.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/HumanConf/Static/Static.pm b/plugins/HumanConf/Static/Static.pm index 13bc50e9c..24e843c70 100644 --- a/plugins/HumanConf/Static/Static.pm +++ b/plugins/HumanConf/Static/Static.pm @@ -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;