From b2ea02033ae712b9f3ada7394d7397f1b30c2410 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Sat, 15 Jan 2022 00:25:21 +0300 Subject: [PATCH] [SSE] Fix autofilter dialog --- apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index 1e7a97bdd9..3a4c396944 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -962,7 +962,7 @@ define([ _.extend(_options, { width : width || 450, - height : height || 265, + height : height || 277, contentWidth : (width - 50) || 400, header : false, cls : 'filter-dlg', @@ -973,7 +973,7 @@ define([ items : [], resizable : true, minwidth : 450, - minheight : 265 + minheight : 277 }, options); this.template = options.template || [