From b95bffb1b523e9cf83977c4bf31ddd736c309e1b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 1 Nov 2009 12:37:55 +0000 Subject: [PATCH] rfe #2823686 [interface] Increase default height of query window --- ChangeLog | 1 + libraries/config.default.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65159b3b0..71e435157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/libraries/config.default.php b/libraries/config.default.php index bc736271e..a3a6fd748 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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