Merge pull request #9553 from AXeL-dev/patch-1

Fix $heightforframes value to fit menu height on dolibarr 8
This commit is contained in:
Laurent Destailleur 2018-09-18 14:59:34 +02:00 committed by GitHub
commit 28f26f728a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -937,7 +937,7 @@ else
define('ROWS_9',8);
}
$heightforframes=48;
$heightforframes=50;
// Init menu manager
if (! defined('NOREQUIREMENU'))