diff --git a/apps/documenteditor/main/app/view/ImageSettings.js b/apps/documenteditor/main/app/view/ImageSettings.js index 38284c7994..e60e8c364f 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 c369b3039a..cacd8c1776 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 66b6656c95..a52b05dfb0 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,