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([ '', '', '', - '', + '', '', '', '', @@ -383,11 +383,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: 50, displayValue: "50%" }, { value: 60, displayValue: "60%" }, @@ -417,10 +417,11 @@ 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', cls : 'input-group-nr', + menuStyle : 'min-width:100%;', itemsTemplate: itemsTemplate, data : [ { value: Asc.c_oAscFontRenderingModeType.hintingAndSubpixeling, displayValue: this.txtWin }, @@ -456,9 +457,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 }, @@ -485,8 +487,9 @@ define([ this.cmbFuncLocale = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-func-locale'), style : 'width: 200px;', - menuStyle: 'max-height: 185px;', + menuStyle : 'min-width:100%; max-height: 185px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', data : formula_arr, dataHint : '2', @@ -508,7 +511,8 @@ define([ this.cmbRegSettings = new Common.UI.ComboBox({ el : $markup.findById('#fms-cmb-reg-settings'), style : 'width: 200px;', - menuStyle: 'max-height: 185px;', + menuStyle : 'min-width:100%; max-height: 185px;', + menuCls : 'menu-aligned', editable : false, cls : 'input-group-nr', data : regdata, @@ -598,9 +602,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 }, @@ -629,8 +634,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', @@ -643,7 +650,7 @@ define([ style: 'width: 200px;', editable: false, menuCls : 'menu-aligned', - menuStyle: 'min-width: 267px; max-height: 209px;', + menuStyle: 'min-width: 100%; max-height: 209px;', dataHint: '2', dataHintDirection: 'bottom', dataHintOffset: 'big'