Refactoring

This commit is contained in:
Julia Radzhabova
2023-01-20 16:39:59 +03:00
parent 8248b678bb
commit f60bf68dca
5 changed files with 5 additions and 5 deletions

View File

@ -1289,7 +1289,7 @@ define([
this.cmbGradType = new Common.UI.ComboBox({
el: $('#shape-combo-grad-type'),
cls: 'input-group-nr',
menuStyle: 'min-width: 90px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrGradType,
dataHint: '1',

View File

@ -784,7 +784,7 @@ define([
this.cmbGradType = new Common.UI.ComboBox({
el: $('#slide-combo-grad-type'),
cls: 'input-group-nr',
menuStyle: 'min-width: 90px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrGradType,
dataHint: '1',

View File

@ -1245,7 +1245,7 @@ define([
this.cmbGradType = new Common.UI.ComboBox({
el: $('#textart-combo-grad-type'),
cls: 'input-group-nr',
menuStyle: 'min-width: 90px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrGradType,
dataHint: '1',

View File

@ -1304,7 +1304,7 @@ define([
this.cmbGradType = new Common.UI.ComboBox({
el: $('#shape-combo-grad-type'),
cls: 'input-group-nr',
menuStyle: 'min-width: 90px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrGradType,
dataHint: '1',

View File

@ -1242,7 +1242,7 @@ define([
this.cmbGradType = new Common.UI.ComboBox({
el: $('#textart-combo-grad-type'),
cls: 'input-group-nr',
menuStyle: 'min-width: 90px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrGradType,
dataHint: '1',