diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 3e23070ac..f8929c1ce 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -441,11 +441,11 @@ define([ this.cmbZoom = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-zoom'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, menuCls : 'menu-aligned', cls : 'input-group-nr', - menuStyle : 'max-height: 157px;', + menuStyle : 'min-width:100%; max-height: 157px;', data : [ { value: -1, displayValue: this.txtFitPage }, { value: -2, displayValue: this.txtFitWidth }, @@ -544,9 +544,10 @@ define([ ].join('')); this.cmbFontRender = new Common.UI.ComboBox({ el : $markup.find('#fms-cmb-font-render'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', cls : 'input-group-nr', itemsTemplate: itemsTemplate, data : [ @@ -563,8 +564,9 @@ define([ this.cmbUnit = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-unit'), - style : 'width: 128px;', + style : 'width: 160px;', menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', editable : false, cls : 'input-group-nr', data : [ @@ -579,9 +581,10 @@ define([ this.cmbMacros = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-macros'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', cls : 'input-group-nr', data : [ { value: 2, displayValue: this.txtStopMacros, descValue: this.txtStopMacrosDesc }, @@ -614,7 +617,8 @@ define([ this.cmbTheme = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-theme'), - style : 'width: 128px;', + style : 'width: 160px;', + menuStyle : 'min-width:100%;', editable : false, menuCls : 'menu-aligned', cls : 'input-group-nr', diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 0781577a4..a566631be 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -319,10 +319,11 @@ define([ this.cmbZoom = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-zoom'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', - menuStyle : 'max-height: 157px;', + menuStyle : 'min-width:100%; max-height: 157px;', data : [ { value: -1, displayValue: this.txtFitSlide }, { value: -2, displayValue: this.txtFitWidth }, @@ -402,8 +403,10 @@ define([ ].join('')); this.cmbFontRender = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-font-render'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, + menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', cls : 'input-group-nr', itemsTemplate: itemsTemplate, data : [ @@ -420,8 +423,10 @@ define([ this.cmbUnit = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-unit'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, + menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', cls : 'input-group-nr', data : [ { value: Common.Utils.Metric.c_MetricUnits['cm'], displayValue: this.txtCm }, @@ -435,9 +440,10 @@ define([ this.cmbMacros = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-macros'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', cls : 'input-group-nr', data : [ { value: 2, displayValue: this.txtStopMacros, descValue: this.txtStopMacrosDesc }, @@ -473,8 +479,10 @@ define([ this.cmbTheme = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-theme'), - style : 'width: 128px;', + style : 'width: 160px;', editable : false, + menuCls : 'menu-aligned', + menuStyle : 'min-width:100%;', cls : 'input-group-nr', dataHint : '2', dataHintDirection: 'bottom', diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 80cbeaee3..82cd63734 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -305,7 +305,7 @@ define([ '