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) {
|