rfe #2823686 [interface] Increase default height of query window

This commit is contained in:
Marc Delisle
2009-11-01 12:37:55 +00:00
parent 729cc71cd5
commit b95bffb1b5
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- [core] Removed context from the error handler
- bug #2883633 [export] Export of InnoDB table is incomplete
+ rfe #2862575 [status] Order query statistics by % desc, skip rows with 0
+ rfe #2823686 [interface] Increase default height of query window
3.2.4.0 (not yet released)
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status

View File

@@ -2072,7 +2072,7 @@ $cfg['TextareaCols'] = 40;
*
* @global integer $cfg['TextareaRows']
*/
$cfg['TextareaRows'] = 7;
$cfg['TextareaRows'] = 15;
/**
* double size of textarea size for LONGTEXT fields