Layout changes

This commit is contained in:
Scott E. Graves
2018-11-03 12:39:03 -05:00
parent 21b50d48b5
commit cc8fc6f05c
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ let mountedPIDs = [];
function createWindow() {
// Create the browser window.
const height = process.env.ELECTRON_START_URL ? 404 : 384;
const height = process.env.ELECTRON_START_URL ? 394 : 374;
mainWindow = new BrowserWindow({
width: 425,
height: height,