Change default size on open
This commit is contained in:
parent
4a3e78e56c
commit
954827a0d6
|
|
@ -27,7 +27,7 @@ setMenu();
|
|||
const createWindow = () => {
|
||||
// Create the browser window.
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 1152,
|
||||
width: 1280,
|
||||
height: 720,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, "preload.js"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue