From f2da702f2f3b64de347cb7f76c4564f6051fe99e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 29 Jan 2025 23:27:54 +0300 Subject: [PATCH] [DE] Bug 72534 --- 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 cfb34ff346..5979268ef4 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -437,7 +437,7 @@ define([], function () { '', '
', '', - '', + '', '', '', '', @@ -938,6 +938,9 @@ define([], function () { if (mode.compactHeader) { $('tr.quick-access', this.el).hide(); } + + if (Common.Utils.InternalSettings.get("de-settings-western-font-size")===undefined && this.cmbFontSizeType.cmpEl) + this.cmbFontSizeType.cmpEl.closest('tr').hide(); }, setApi: function(o) {