Skip to content

Commit

Permalink
Merge pull request #1512 from smita786/master
Browse files Browse the repository at this point in the history
enum editor and pick from central column dialogues were going out of screen
  • Loading branch information
smita786 committed Feb 19, 2015
2 parents 0ea06dc + 6413bbb commit 0feeebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/functions.js
Expand Up @@ -3080,6 +3080,7 @@ AJAX.registerOnload('functions.js', function () {
}
$enum_editor_dialog = $(dialog).dialog({
minWidth: width,
maxHeight: 450,
modal: true,
title: PMA_messages.enum_editor,
buttons: buttonOptions,
Expand Down Expand Up @@ -3186,6 +3187,7 @@ AJAX.registerOnload('functions.js', function () {
var buttonOptions = {};
var $central_columns_dialog = $(central_columns_dialog).dialog({
minWidth: width,
maxHeight: 450,
modal: true,
title: PMA_messages.pickColumnTitle,
buttons: buttonOptions,
Expand Down

0 comments on commit 0feeebf

Please sign in to comment.