From 932ea3b87dea9df5c2a6540d5b52f8f3d08e6c4e Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 23 Jun 2022 21:17:13 +0300 Subject: [PATCH] [DE] Fix bug 57754 --- apps/documenteditor/main/app/view/FileMenuPanels.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 9efe54cac..5b51fec86 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -560,7 +560,10 @@ define([ this.rbChangesTip = new Common.UI.RadioBox({ el :$markup.findById('#fms-rb-show-track-tooltips'), name : 'show-track-changes', - labelText : this.txtChangesTip + labelText : this.txtChangesTip, + dataHint: '2', + dataHintDirection: 'left', + dataHintOffset: 'small' }); this.rbShowChangesNone = new Common.UI.RadioBox({