increased values for QueryWindow Size, bug: querywindow to small

This commit is contained in:
Michael Keck
2005-01-20 16:38:46 +00:00
parent 27afa33d33
commit 53f051d2c1
5 changed files with 38 additions and 14 deletions

View File

@@ -15,8 +15,8 @@ $cfg['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mo
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
// by clicking on it) in browse mode
$cfg['QueryWindowWidth'] = 550; // Width of Query window
$cfg['QueryWindowHeight'] = 310; // Height of Query window
$cfg['QueryWindowWidth'] = 600; // Width of Query window
$cfg['QueryWindowHeight'] = 400; // Height of Query window
/**
* SQL Parser Settings