Bugfixing, better defaults for query window.

This commit is contained in:
Garvin Hicking
2003-02-28 18:57:34 +00:00
parent 46039e814f
commit 6003d9e95d
9 changed files with 31 additions and 16 deletions

View File

@@ -695,11 +695,11 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
}
if (!isset($cfg['QueryWindowWidth'])) {
$cfg['QueryWindowWidth'] = 750;
$cfg['QueryWindowWidth'] = 550;
}
if (!isset($cfg['QueryWindowHeight'])) {
$cfg['QueryWindowHeight'] = 300;
$cfg['QueryWindowHeight'] = 310;
}
if (!isset($cfg['QueryHistoryMax'])) {