From 9087ba72ae069205a3cb555471551df4290d2def Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 23 Dec 2021 20:10:50 +0300 Subject: [PATCH] Fix dataHint for cmbStart --- apps/presentationeditor/main/app/view/Animation.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/view/Animation.js b/apps/presentationeditor/main/app/view/Animation.js index 5d0f6eff4..852ddf829 100644 --- a/apps/presentationeditor/main/app/view/Animation.js +++ b/apps/presentationeditor/main/app/view/Animation.js @@ -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);