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 = () => {
|
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user