#16504 Create view dialog is too big and won't scroll
Signed-off-by: Shinya Nishimura <georgia6954@gmail.com>
This commit is contained in:
parent
4ec8047aa8
commit
ca75359827
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user