adjust window height
This commit is contained in:
parent
8d29bd6822
commit
72958950b7
2
app.js
2
app.js
|
@ -116,7 +116,7 @@ async function doUpdateCheck(window) {
|
||||||
|
|
||||||
function createWindow() {
|
function createWindow() {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
const win = windowManager.createWindow(520, 420);
|
const win = windowManager.createWindow(520, 350);
|
||||||
|
|
||||||
win.loadFile('./html/index.html');
|
win.loadFile('./html/index.html');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user