Fix menu size

This commit is contained in:
Julia Radzhabova 2018-08-15 15:12:05 +03:00
parent 052c892064
commit ad29dad6d6
9 changed files with 11 additions and 11 deletions

View file

@ -145,7 +145,7 @@ define([
cls : 'input-group-nr',
style : 'width: 234px;',
menuCls : 'scrollable-menu',
menuStyle : 'min-width: 55px;max-height: 270px;',
menuStyle : 'min-width: 234px;max-height: 270px;',
store : new Common.Collections.Fonts(),
recent : 0,
hint : me.tipFontName

View file

@ -1164,7 +1164,7 @@ define([
el: $('#shape-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc
});

View file

@ -258,7 +258,7 @@ define([
this.cmbStyles = new Common.UI.ComboBox({
el: $('#tableofcontents-combo-styles'),
cls: 'input-group-nr',
menuStyle: 'min-width: 150px;',
menuStyle: 'min-width: 95px;',
editable: false,
data: [
{ displayValue: this.txtCurrent, value: Asc.c_oAscTOCStylesType.Current },

View file

@ -810,7 +810,7 @@ define([
el: $('#textart-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc
});

View file

@ -1077,7 +1077,7 @@ define([
el: $('#shape-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc
});

View file

@ -122,7 +122,7 @@ define([
el: $('#slide-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc,
disabled: true
@ -151,7 +151,7 @@ define([
el: $('#slide-combo-effect-name'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrEffectName,
disabled: true
@ -186,7 +186,7 @@ define([
el: $('#slide-combo-effect-type'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrEffectType,
disabled: true

View file

@ -1060,7 +1060,7 @@ define([
el: $('#textart-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc
});

View file

@ -1101,7 +1101,7 @@ define([
el: $('#shape-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc
});

View file

@ -1064,7 +1064,7 @@ define([
el: $('#textart-combo-fill-src'),
cls: 'input-group-nr',
style: 'width: 100%;',
menuStyle: 'min-width: 190px;',
menuStyle: 'min-width: 100%;',
editable: false,
data: this._arrFillSrc
});