Fix menu size
This commit is contained in:
parent
052c892064
commit
ad29dad6d6
|
@ -145,7 +145,7 @@ define([
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
style : 'width: 234px;',
|
style : 'width: 234px;',
|
||||||
menuCls : 'scrollable-menu',
|
menuCls : 'scrollable-menu',
|
||||||
menuStyle : 'min-width: 55px;max-height: 270px;',
|
menuStyle : 'min-width: 234px;max-height: 270px;',
|
||||||
store : new Common.Collections.Fonts(),
|
store : new Common.Collections.Fonts(),
|
||||||
recent : 0,
|
recent : 0,
|
||||||
hint : me.tipFontName
|
hint : me.tipFontName
|
||||||
|
|
|
@ -1164,7 +1164,7 @@ define([
|
||||||
el: $('#shape-combo-fill-src'),
|
el: $('#shape-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
|
|
|
@ -258,7 +258,7 @@ define([
|
||||||
this.cmbStyles = new Common.UI.ComboBox({
|
this.cmbStyles = new Common.UI.ComboBox({
|
||||||
el: $('#tableofcontents-combo-styles'),
|
el: $('#tableofcontents-combo-styles'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
menuStyle: 'min-width: 150px;',
|
menuStyle: 'min-width: 95px;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: [
|
data: [
|
||||||
{ displayValue: this.txtCurrent, value: Asc.c_oAscTOCStylesType.Current },
|
{ displayValue: this.txtCurrent, value: Asc.c_oAscTOCStylesType.Current },
|
||||||
|
|
|
@ -810,7 +810,7 @@ define([
|
||||||
el: $('#textart-combo-fill-src'),
|
el: $('#textart-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
|
|
|
@ -1077,7 +1077,7 @@ define([
|
||||||
el: $('#shape-combo-fill-src'),
|
el: $('#shape-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
|
|
|
@ -122,7 +122,7 @@ define([
|
||||||
el: $('#slide-combo-fill-src'),
|
el: $('#slide-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc,
|
data: this._arrFillSrc,
|
||||||
disabled: true
|
disabled: true
|
||||||
|
@ -151,7 +151,7 @@ define([
|
||||||
el: $('#slide-combo-effect-name'),
|
el: $('#slide-combo-effect-name'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrEffectName,
|
data: this._arrEffectName,
|
||||||
disabled: true
|
disabled: true
|
||||||
|
@ -186,7 +186,7 @@ define([
|
||||||
el: $('#slide-combo-effect-type'),
|
el: $('#slide-combo-effect-type'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrEffectType,
|
data: this._arrEffectType,
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
|
@ -1060,7 +1060,7 @@ define([
|
||||||
el: $('#textart-combo-fill-src'),
|
el: $('#textart-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
|
|
|
@ -1101,7 +1101,7 @@ define([
|
||||||
el: $('#shape-combo-fill-src'),
|
el: $('#shape-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
|
|
|
@ -1064,7 +1064,7 @@ define([
|
||||||
el: $('#textart-combo-fill-src'),
|
el: $('#textart-combo-fill-src'),
|
||||||
cls: 'input-group-nr',
|
cls: 'input-group-nr',
|
||||||
style: 'width: 100%;',
|
style: 'width: 100%;',
|
||||||
menuStyle: 'min-width: 190px;',
|
menuStyle: 'min-width: 100%;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue