From 882b4c6c3570cf93e0a4f06afa1ddbf6d1a0c762 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 2 Oct 2023 12:46:53 +0300 Subject: [PATCH] [SSE] Fix Bug 64368 --- apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js b/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js index 8260424c97..94b0273a76 100644 --- a/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js @@ -50,7 +50,7 @@ define([ options: { alias: 'ExternalLinksDlg', - contentWidth: 500, + contentWidth: 505, height: 294, buttons: null },