Window Size
This commit is contained in:
@@ -4,7 +4,7 @@ let win: BrowserWindow = null;
|
||||
app.on('ready', () => {
|
||||
win = new BrowserWindow({
|
||||
height: 600,
|
||||
width: 800
|
||||
width: 1000
|
||||
});
|
||||
win.loadFile('index.html');
|
||||
});
|
||||
Reference in New Issue
Block a user