From 361f1c3d9a2d8d8b8b83665009cf7c9594da46d9 Mon Sep 17 00:00:00 2001 From: AXeL-dev Date: Mon, 17 Sep 2018 16:39:58 +0100 Subject: [PATCH] fix $heightforframes value to fit menu height on dolibarr 8 --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 48715787d31..7fbb0cbb07b 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -937,7 +937,7 @@ else define('ROWS_9',8); } -$heightforframes=48; +$heightforframes=50; // Init menu manager if (! defined('NOREQUIREMENU'))