From 2ae0dc6c520351adae8c87b039d44d53b01b3d7a Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 20 Jun 2018 11:54:03 +0200 Subject: [PATCH] fixed minor error default graph for pdf or email 320 --- pandora_console/include/functions_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index ebb09671e1..76f646bce2 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -1855,7 +1855,7 @@ function config_process_config () { } if (!isset($config['graph_image_height'])) { - config_update_value ('graph_image_height', 350); + config_update_value ('graph_image_height', 320); } if (!isset($config["render_proc_ok"])) {