From 4edb6c853a72118ac286c3f78cf01a9c292caa11 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 21 Mar 2026 11:40:44 -0700 Subject: [PATCH] adjust window size and aspect ratio --- js/src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/main.ts b/js/src/main.ts index c9d9e04..623e5a1 100644 --- a/js/src/main.ts +++ b/js/src/main.ts @@ -23,8 +23,8 @@ if (process.platform === 'darwin' && !app.isPackaged) { const createWindow = () => { // Create the browser window. const mainWindow = new BrowserWindow({ - width: 545, - height: 630, + width: 715, + height: 550, resizable: true, frame: false, webPreferences: {