From 042f171f2f45ca1b192531d60c187ec9f22f38d8 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 17 Dec 2021 20:40:07 +0300 Subject: [PATCH] Update comboboxes in AnimationDiolog --- apps/presentationeditor/main/app/view/AnimationDialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/presentationeditor/main/app/view/AnimationDialog.js b/apps/presentationeditor/main/app/view/AnimationDialog.js index 0ada740f2a..9c0f722152 100644 --- a/apps/presentationeditor/main/app/view/AnimationDialog.js +++ b/apps/presentationeditor/main/app/view/AnimationDialog.js @@ -93,6 +93,7 @@ define([ cls: 'input-group-nr', editable: false, style : 'margin-top: 16px; width: 100%;', + menuStyle: 'min-width: 100%;', takeFocusOnClose: true, data : this.EffectGroupData, value : (this._state.activeEffect != undefined)?this._state.activeGroup:undefined @@ -104,6 +105,7 @@ define([ cls: 'input-group-nr', editable: false, style : 'margin-top: 16px; width: 100%;', + menuStyle: 'min-width: 100%;', takeFocusOnClose: true }); this.cmbLevel.on('selected', _.bind(this.onLevelSelect,this));