Skip to content

Commit

Permalink
Reduce initial height of New Routine dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Jun 14, 2022
1 parent 1a8a2b5 commit e87d179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/database/routines.js
Expand Up @@ -292,6 +292,7 @@ const DatabaseRoutines = {
* Display the dialog to the user
*/
that.$ajaxDialog = $('<div id="rteDialog">' + data.message + '</div>').dialog({
height: 400,
width: 700,
minWidth: 500,
buttons: that.buttonOptions,
Expand Down

0 comments on commit e87d179

Please sign in to comment.