adjust window size and aspect ratio

This commit is contained in:
talksik
2026-03-21 11:40:44 -07:00
parent cba24c5d95
commit 4edb6c853a
+2 -2
View File
@@ -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: {