From 932ea3b87dea9df5c2a6540d5b52f8f3d08e6c4e Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 23 Jun 2022 21:17:13 +0300 Subject: [PATCH 1/3] [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({ From 832f9e76c117464f1fa7d715ef12376b6540d828 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 23 Jun 2022 21:23:01 +0300 Subject: [PATCH 2/3] [SSE] Fix bug 57758 --- apps/spreadsheeteditor/main/app/view/FileMenuPanels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 8550c804b..f71b4e1b4 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -540,7 +540,7 @@ define([ data : regdata, template: _.template([ '', - '', + '', '', '', + '', '', '', '',