#16504 Create view dialog is too big and won't scroll

Signed-off-by: Shinya Nishimura <georgia6954@gmail.com>
This commit is contained in:
Shinya Nishimura 2021-05-31 11:10:17 +09:00 committed by Shinya
parent 4ec8047aa8
commit ca75359827

View File

@ -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,