mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 19:52:07 +08:00
Refactoring
This commit is contained in:
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user