[SSE] Change height for cond. formatting
This commit is contained in:
parent
eecb45cb52
commit
689dc7ed82
|
@ -1390,6 +1390,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FormatRulesEditDlg.template',
|
||||||
(cmbData.length>0) && this.cmbRule.setValue((ruleType!==undefined) ? ruleType : cmbData[0].value);
|
(cmbData.length>0) && this.cmbRule.setValue((ruleType!==undefined) ? ruleType : cmbData[0].value);
|
||||||
}
|
}
|
||||||
this.setControls(index, this.cmbRule.getValue());
|
this.setControls(index, this.cmbRule.getValue());
|
||||||
|
this.setHeight(index==9 ? 445 : 355);
|
||||||
|
|
||||||
if (rec) {
|
if (rec) {
|
||||||
var type = rec.get('type');
|
var type = rec.get('type');
|
||||||
|
|
Loading…
Reference in a new issue