From b42eb72b8ce8e65fb92b4c83c9ac148c73e0836d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 26 Jun 2014 08:10:00 -0400 Subject: [PATCH] Add index: increase the chance that the dialog's footer will be visible Signed-off-by: Marc Delisle --- js/functions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/functions.js b/js/functions.js index bdd89fa5a3ef..b3e3d0f8ba03 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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,