The branch, master has been updated
       via  3a739c1beec1d300bf0d54d8b7f3136f1775fcee (commit)
      from  8fd3359cf9866b03714808cf1af31112e261925f (commit)


- Log -----------------------------------------------------------------
commit 3a739c1beec1d300bf0d54d8b7f3136f1775fcee
Author: Marc Delisle <[email protected]>
Date:   Sat Jan 22 08:10:10 2011 -0500

    Force a smaller height to improve the chance to see the bottom of the popup 
(for easier horizontal scrolling)

-----------------------------------------------------------------------

Summary of changes:
 js/functions.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 6559b34..782c725 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1689,6 +1689,7 @@ $(document).ready(function() {
             .append(data)
             .dialog({
                 title: PMA_messages['strCreateTable'],
+                height: 600,
                 width: 900,
                 open: PMA_verifyTypeOfAllColumns, 
                 buttons : button_options


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to