Skip to content

Commit

Permalink
Add index: increase the chance that the dialog's footer will be visible
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Jun 26, 2014
1 parent e0933c8 commit b42eb72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/functions.js
Expand Up @@ -3000,6 +3000,8 @@ function indexEditorDialog(url, title, callback_success, callback_failure)
.dialog({
title: title,
width: 450,
// increase the chance that the footer will be visible:
height: 450,
open: PMA_verifyColumnsProperties,
modal: true,
buttons: button_options,
Expand Down

0 comments on commit b42eb72

Please sign in to comment.