From 70a2f45c35e5a52b2df05af5dda7496346970dbe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 5 May 2012 13:32:31 +0200 Subject: [PATCH] Fix: for new eldy theme --- 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 79e6b268555..1d76e6782c1 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -744,7 +744,7 @@ else define('ROWS_9',8); } -$heightforframes=48; +$heightforframes=52; // Switch to another entity if (! empty($conf->multicompany->enabled) && GETPOST('action') == 'switchentity')