From ca7535982762598535bd71e6093dc009fef6feb3 Mon Sep 17 00:00:00 2001 From: Shinya Nishimura Date: Mon, 31 May 2021 11:10:17 +0900 Subject: [PATCH] #16504 Create view dialog is too big and won't scroll Signed-off-by: Shinya Nishimura --- js/src/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/functions.js b/js/src/functions.js index 468dfe2960..d7b153b5e5 100644 --- a/js/src/functions.js +++ b/js/src/functions.js @@ -4661,6 +4661,7 @@ Functions.createViewDialog = function ($this) { var $dialog = $('
').attr('id', 'createViewDialog').append(data.message).dialog({ width: 600, minWidth: 400, + height: $(window).height(), modal: true, buttons: buttonOptions, title: Messages.strCreateView,