[SSE] Change height for cond. formatting

This commit is contained in:
Julia Radzhabova 2021-03-11 23:11:42 +03:00
parent eecb45cb52
commit 689dc7ed82

View file

@ -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');