Changeset 472

Show
Ignore:
Timestamp:
01/14/07 17:54:36 (6 years ago)
Author:
max
Message:

Taller graphs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/server_daily_maint

    r471 r472  
    809809        my ($gname, $title, $time_format, $timediv, $data, $gwidth, $nofill, $keys) = @_; 
    810810 
    811         my $gheight = ($gname =~ /missing_by/ ? 180 : 120); 
     811        my $gheight = ($gname =~ /missing_by/ ? 220 : 120); 
    812812        $gwidth ||= 250; 
    813813        $nofill = 0 unless $nofill;