diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index ece257220..1d315f74d 100755 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -703,7 +703,7 @@ importProcessExistGroup = function() title : _('ID_IMPORT_PROCESS') + processFileTypeTitle, header : false, width : 460, - height : 210, + height : 230, modal : true, autoScroll : false, maximizable : false, @@ -834,8 +834,8 @@ importProcessExistProcess = function() title : _('ID_IMPORT_PROCESS') + processFileTypeTitle, header : false, width : 460, - height : 210, - autoHeight : true, + height : 230, + autoHeight : true, modal : true, autoScroll : false, maximizable : false,