From 1ee53228aa4c89814a1d04cd805bd4502daf9d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Sun, 15 Jan 2023 16:54:31 +0100 Subject: [PATCH] Correction de taille --- View/src/JS/baseMulti.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/src/JS/baseMulti.js b/View/src/JS/baseMulti.js index d3f83448..ce186d09 100644 --- a/View/src/JS/baseMulti.js +++ b/View/src/JS/baseMulti.js @@ -131,5 +131,5 @@ function displayHelp() { * It opens a new window with the name dashboard.html and the size of 1000x450. */ function dashboard() { - window.open("index.php?action=goToDashboard", "", "width=1000, height=350"); + window.open("index.php?action=goToDashboard", "", "width=1000, height=380"); } \ No newline at end of file