adjust window size and aspect ratio

This commit is contained in:
talksik
2026-03-21 11:40:53 -07:00
parent cba24c5d95
commit 4edb6c853a
+2 -2
View File
@@ -23,8 +23,8 @@ if (process.platform === 'darwin' && !app.isPackaged) {
const createWindow = () => { const createWindow = () => {
// Create the browser window. // Create the browser window.
const mainWindow = new BrowserWindow({ const mainWindow = new BrowserWindow({
width: 545, width: 715,
height: 630, height: 550,
resizable: true, resizable: true,
frame: false, frame: false,
webPreferences: { webPreferences: {