From 74863d99c61c4b27c438401862f3dfd1a0d4e7f6 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Mon, 8 Nov 2021 12:29:01 +0300 Subject: [PATCH] bug 53426 --- apps/documenteditor/main/app/view/ImageSettings.js | 3 +-- apps/presentationeditor/main/app/view/ImageSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/ImageSettings.js | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/app/view/ImageSettings.js b/apps/documenteditor/main/app/view/ImageSettings.js index 38284c799..e60e8c364 100644 --- a/apps/documenteditor/main/app/view/ImageSettings.js +++ b/apps/documenteditor/main/app/view/ImageSettings.js @@ -264,8 +264,7 @@ define([ menuAlign: 'tl-tl', cls: 'menu-shapes menu-change-shape', items: [] - }), - value: 3 + }) }, { caption: this.textCropFill, diff --git a/apps/presentationeditor/main/app/view/ImageSettings.js b/apps/presentationeditor/main/app/view/ImageSettings.js index c369b3039..cacd8c177 100644 --- a/apps/presentationeditor/main/app/view/ImageSettings.js +++ b/apps/presentationeditor/main/app/view/ImageSettings.js @@ -188,8 +188,7 @@ define([ menuAlign: 'tl-tl', cls: 'menu-shapes menu-change-shape', items: [] - }), - value: 3 + }) }, { caption: this.textCropFill, diff --git a/apps/spreadsheeteditor/main/app/view/ImageSettings.js b/apps/spreadsheeteditor/main/app/view/ImageSettings.js index 66b6656c9..a52b05dfb 100644 --- a/apps/spreadsheeteditor/main/app/view/ImageSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ImageSettings.js @@ -245,8 +245,7 @@ define([ menuAlign: 'tl-tl', cls: 'menu-shapes menu-change-shape', items: [] - }), - value: 3 + }) }, { caption: this.textCropFill,