add menuCls

This commit is contained in:
OVSharova 2022-02-25 14:31:23 +03:00
parent b635255954
commit 28eb8cac54
2 changed files with 7 additions and 0 deletions

View file

@ -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',

View file

@ -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',