Merge pull request #1480 from ONLYOFFICE/fix/auto-filter-dlg

[SSE] Fix autofilter dialog
This commit is contained in:
Julia Radzhabova 2022-01-15 00:32:27 +03:00 committed by GitHub
commit 77652d3ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -962,7 +962,7 @@ define([
_.extend(_options, { _.extend(_options, {
width : width || 450, width : width || 450,
height : height || 265, height : height || 277,
contentWidth : (width - 50) || 400, contentWidth : (width - 50) || 400,
header : false, header : false,
cls : 'filter-dlg', cls : 'filter-dlg',
@ -973,7 +973,7 @@ define([
items : [], items : [],
resizable : true, resizable : true,
minwidth : 450, minwidth : 450,
minheight : 265 minheight : 277
}, options); }, options);
this.template = options.template || [ this.template = options.template || [