Clean up sizing of top 10 graph

This commit is contained in:
Paul Gear
2013-11-26 11:21:21 +10:00
parent 7e6e66f362
commit fbceedf3b7
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ function generate_port_thumbnail($port)
$port['from'] = $config['time']['day'];
$port['to'] = $config['time']['now'];
$port['width'] = 150;
$port['height'] = 19;
$port['height'] = 21;
return generate_port_image($port);
}