Merge pull request #9553 from AXeL-dev/patch-1
Fix $heightforframes value to fit menu height on dolibarr 8
This commit is contained in:
commit
28f26f728a
@ -937,7 +937,7 @@ else
|
||||
define('ROWS_9',8);
|
||||
}
|
||||
|
||||
$heightforframes=48;
|
||||
$heightforframes=50;
|
||||
|
||||
// Init menu manager
|
||||
if (! defined('NOREQUIREMENU'))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user