decreased app height

This commit is contained in:
DJ2LS 2021-09-10 17:08:44 +02:00 committed by GitHub
parent 692f8ad5cb
commit 00db2815fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ var daemonProcess = null;
function createWindow() {
win = new BrowserWindow({
width: 1220,
height: 810,
height: 780,
autoHideMenuBar: true,
icon: __dirname + '/src/app-icon.png',
webPreferences: {