Fix dataHint for cmbStart

This commit is contained in:
OVSharova 2021-12-23 20:10:50 +03:00
parent 8574ce4455
commit 9087ba72ae

View file

@ -330,7 +330,8 @@ define([
{value: AscFormat.NODE_TYPE_AFTEREFFECT, displayValue: this.textStartAfterPrevious} {value: AscFormat.NODE_TYPE_AFTEREFFECT, displayValue: this.textStartAfterPrevious}
], ],
dataHint: '1', dataHint: '1',
dataHintDirection: 'top' dataHintDirection: 'top',
dataHintOffset: 'small'
}); });
this.lockedControls.push(this.cmbStart); this.lockedControls.push(this.cmbStart);