[PE] Fix Bug 54786

This commit is contained in:
Julia Radzhabova 2022-01-13 14:38:22 +03:00
parent ffffa133a2
commit 15ab72745b
2 changed files with 3 additions and 3 deletions

View file

@ -161,7 +161,7 @@ define([
this._arrEffectName = [{group:'none', value: AscFormat.ANIM_PRESET_NONE, iconCls: 'animation-none', displayValue: this.textNone}].concat(Common.define.effectData.getEffectData()); this._arrEffectName = [{group:'none', value: AscFormat.ANIM_PRESET_NONE, iconCls: 'animation-none', displayValue: this.textNone}].concat(Common.define.effectData.getEffectData());
_.forEach(this._arrEffectName,function (elm){elm.tip = elm.displayValue;}); _.forEach(this._arrEffectName,function (elm){elm.tip = elm.displayValue;});
this._arrEffectOptions = []; this._arrEffectOptions = [];
var itemWidth = 87, var itemWidth = 88,
itemHeight = 40; itemHeight = 40;
this.listEffectsMore = new Common.UI.MenuItem({ this.listEffectsMore = new Common.UI.MenuItem({
caption: this.textMoreEffects caption: this.textMoreEffects
@ -415,7 +415,7 @@ define([
] ]
})); }));
var itemWidth = 87, var itemWidth = 88,
itemHeight = 40; itemHeight = 40;
var onShowBefore = function(menu) { var onShowBefore = function(menu) {
var picker = new Common.UI.DataView({ var picker = new Common.UI.DataView({

View file

@ -136,7 +136,7 @@ define([
item.tip = item.title; item.tip = item.title;
}); });
var itemWidth = 87, var itemWidth = 88,
itemHeight = 40; itemHeight = 40;
this.listEffects = new Common.UI.ComboDataView({ this.listEffects = new Common.UI.ComboDataView({
cls: 'combo-transitions', cls: 'combo-transitions',