adjust window size and aspect ratio
This commit is contained in:
+2
-2
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user