From 393e899eebd684b16388797415b8c843baf110c2 Mon Sep 17 00:00:00 2001 From: viarotel Date: Sat, 21 Oct 2023 09:12:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=F0=9F=94=A8=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E9=BB=98=E8=AE=A4=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/electron/main.js b/electron/main.js index ec5e9b3e..664d56c5 100644 --- a/electron/main.js +++ b/electron/main.js @@ -39,10 +39,10 @@ function createWindow() { mainWindow = new BrowserWindow({ show: false, icon, - width: 1200, - height: 800, - minWidth: 1200, - minHeight: 800, + width: 1000, + height: 700, + minWidth: 1000, + minHeight: 700, autoHideMenuBar: true, webPreferences: { // nodeIntegration: true,