diff --git a/ChangeLog b/ChangeLog index 5070757b0..9e5f2e852 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-07-16 Marc Delisle + * index.php: left frame display problems under IE + 2004-07-16 Michal Čihař * libraries/export/sql.php: Remove code for old MySQL version, do not store query, better handle various end of lines (probably bug #979635). diff --git a/index.php b/index.php index 018335ea4..c54efc73e 100644 --- a/index.php +++ b/index.php @@ -75,7 +75,7 @@ if ($query_frame_height == 0) { } // increase the height to take into account font size differences in // theme 'original'? (TODO: improve with a parameter in layout.inc.php) -$query_frame_height += ((!isset($GLOBALS['theme']) || $GLOBALS['theme']=='original') ? 15 : 0); +$query_frame_height += ((!isset($GLOBALS['theme']) || $GLOBALS['theme']=='original') ? 20 : 10); if ($cfg['LeftDisplayServers'] && !$cfg['DisplayServersList']) { $query_frame_height += 40;