From 45e3e705c5a09cba37affdededffca47a9208ab4 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 15 Jan 2018 17:08:35 +0300 Subject: [PATCH] Change size for the help list. --- apps/documenteditor/main/app/view/FileMenuPanels.js | 4 ++-- apps/presentationeditor/main/app/view/FileMenuPanels.js | 4 ++-- apps/spreadsheeteditor/main/app/view/FileMenuPanels.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 341526130..f2447960f 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -953,8 +953,8 @@ define([ template: _.template([ '
', - '
', - '
', + '
', + '
', '
' ].join('')), diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index f38796cac..ae3d6ea67 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -744,8 +744,8 @@ define([ template: _.template([ '
', - '
', - '
', + '
', + '
', '
' ].join('')), diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 54ea0566d..3f6db8126 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -1197,8 +1197,8 @@ define([ template: _.template([ '
', - '
', - '
', + '
', + '
', '
' ].join('')),