BUG-11869 los botones de save y cancel en importacion de usuario... SOLVED
- Container stayed small because of the size of the source. - Modified size.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user