Skip to content

Commit

Permalink
Merge #16930 - Fix #16504 - Create view dialog is too big and won't s…
Browse files Browse the repository at this point in the history
…croll

Pull-request: #16930
Fixes: #16504

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 31, 2021
2 parents 3b45ec5 + ca75359 commit 67a2f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/functions.js
Expand Up @@ -4661,6 +4661,7 @@ Functions.createViewDialog = function ($this) {
var $dialog = $('<div></div>').attr('id', 'createViewDialog').append(data.message).dialog({
width: 600,
minWidth: 400,
height: $(window).height(),
modal: true,
buttons: buttonOptions,
title: Messages.strCreateView,
Expand Down

0 comments on commit 67a2f2a

Please sign in to comment.