From 3a739c1beec1d300bf0d54d8b7f3136f1775fcee Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 22 Jan 2011 08:10:10 -0500 Subject: [PATCH] Force a smaller height to improve the chance to see the bottom of the popup (for easier horizontal scrolling) --- js/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/functions.js b/js/functions.js index 6559b34e9..782c725ad 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