diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 0781577a4..80feff5ad 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -321,6 +321,7 @@ define([ el : $markup.findById('#fms-cmb-zoom'), style : 'width: 128px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', menuStyle : 'max-height: 157px;', data : [ @@ -404,6 +405,7 @@ define([ el : $markup.findById('#fms-cmb-font-render'), style : 'width: 128px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', itemsTemplate: itemsTemplate, data : [ @@ -422,6 +424,7 @@ define([ el : $markup.findById('#fms-cmb-unit'), style : 'width: 128px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', data : [ { value: Common.Utils.Metric.c_MetricUnits['cm'], displayValue: this.txtCm }, @@ -475,6 +478,7 @@ define([ el : $markup.findById('#fms-cmb-theme'), style : 'width: 128px;', editable : false, + menuCls : 'menu-aligned', 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..fa6694dd0 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -487,6 +487,7 @@ define([ style : 'width: 200px;', menuStyle: 'max-height: 185px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', data : formula_arr, dataHint : '2', @@ -509,6 +510,7 @@ define([ el : $markup.findById('#fms-cmb-reg-settings'), style : 'width: 200px;', menuStyle: 'max-height: 185px;', + menuCls : 'menu-aligned', editable : false, cls : 'input-group-nr', data : regdata, @@ -631,6 +633,7 @@ define([ el : $markup.findById('#fms-cmb-theme'), style : 'width: 128px;', editable : false, + menuCls : 'menu-aligned', cls : 'input-group-nr', dataHint : '2', dataHintDirection: 'bottom',