fix $heightforframes value to fit menu height on dolibarr 8

This commit is contained in:
AXeL-dev 2018-09-17 16:39:58 +01:00
parent 98f26bfcfb
commit 361f1c3d9a

View File

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