From 00db2815fde26b9bdb39e77c87d07fee200966c4 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 10 Sep 2021 17:08:44 +0200 Subject: [PATCH] decreased app height --- gui/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main.js b/gui/main.js index 2e3eaa6f..cf5b5e96 100644 --- a/gui/main.js +++ b/gui/main.js @@ -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: {