Fix dataHint for cmbStart
This commit is contained in:
parent
8574ce4455
commit
9087ba72ae
|
@ -330,7 +330,8 @@ define([
|
|||
{value: AscFormat.NODE_TYPE_AFTEREFFECT, displayValue: this.textStartAfterPrevious}
|
||||
],
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
dataHintDirection: 'top',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
this.lockedControls.push(this.cmbStart);
|
||||
|
||||
|
|
Loading…
Reference in a new issue