mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed font size reduction in graphs. Ticket #411
This commit is contained in:
parent
6f8452f10f
commit
c527aa243b
@ -1783,7 +1783,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
|
||||
|
||||
|
||||
//Work around for fixed the agents name with huge size chars.
|
||||
$fixed_font_size = $config['font_size'] - 2;
|
||||
$fixed_font_size = $config['font_size'];
|
||||
|
||||
//Set graph color
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user