From 15ab72745be4c2e0483fa149c55f90b24fd918d2 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 13 Jan 2022 14:38:22 +0300 Subject: [PATCH] [PE] Fix Bug 54786 --- apps/presentationeditor/main/app/view/Animation.js | 4 ++-- apps/presentationeditor/main/app/view/Transitions.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/presentationeditor/main/app/view/Animation.js b/apps/presentationeditor/main/app/view/Animation.js index 6a9e273a3..cb1d31d83 100644 --- a/apps/presentationeditor/main/app/view/Animation.js +++ b/apps/presentationeditor/main/app/view/Animation.js @@ -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()); _.forEach(this._arrEffectName,function (elm){elm.tip = elm.displayValue;}); this._arrEffectOptions = []; - var itemWidth = 87, + var itemWidth = 88, itemHeight = 40; this.listEffectsMore = new Common.UI.MenuItem({ caption: this.textMoreEffects @@ -415,7 +415,7 @@ define([ ] })); - var itemWidth = 87, + var itemWidth = 88, itemHeight = 40; var onShowBefore = function(menu) { var picker = new Common.UI.DataView({ diff --git a/apps/presentationeditor/main/app/view/Transitions.js b/apps/presentationeditor/main/app/view/Transitions.js index 400693162..338bdb1c6 100644 --- a/apps/presentationeditor/main/app/view/Transitions.js +++ b/apps/presentationeditor/main/app/view/Transitions.js @@ -136,7 +136,7 @@ define([ item.tip = item.title; }); - var itemWidth = 87, + var itemWidth = 88, itemHeight = 40; this.listEffects = new Common.UI.ComboDataView({ cls: 'combo-transitions',