From 689dc7ed82937c27a689f09ae387c1904bc1a707 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 11 Mar 2021 23:11:42 +0300 Subject: [PATCH] [SSE] Change height for cond. formatting --- apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js index 85ab6e805..cd920e6ea 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js @@ -1390,6 +1390,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FormatRulesEditDlg.template', (cmbData.length>0) && this.cmbRule.setValue((ruleType!==undefined) ? ruleType : cmbData[0].value); } this.setControls(index, this.cmbRule.getValue()); + this.setHeight(index==9 ? 445 : 355); if (rec) { var type = rec.get('type');