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

This commit is contained in:
Marc Delisle
2011-01-22 08:10:10 -05:00
parent 8fd3359cf9
commit 3a739c1bee

View File

@@ -1689,6 +1689,7 @@ $(document).ready(function() {
.append(data) .append(data)
.dialog({ .dialog({
title: PMA_messages['strCreateTable'], title: PMA_messages['strCreateTable'],
height: 600,
width: 900, width: 900,
open: PMA_verifyTypeOfAllColumns, open: PMA_verifyTypeOfAllColumns,
buttons : button_options buttons : button_options