Layout changes

This commit is contained in:
Scott E. Graves
2018-12-13 23:07:09 -06:00
parent 9b2f12200c
commit 45a68ddbf7
4 changed files with 4 additions and 4 deletions

View File

@@ -37,9 +37,9 @@ function createWindow() {
loadUiSettings();
// Create the browser window.
const height = (process.env.ELECTRON_START_URL ? 364 : 344) - ((os.platform() === 'win32') || (os.platform() === 'darwin') ? 0 : 24);
const height = (process.env.ELECTRON_START_URL ? 364 : 344) - ((os.platform() === 'win32') || (os.platform() === 'darwin') ? 0 : 20);
mainWindow = new BrowserWindow({
width: 428 + (os.platform() === 'win32' ? 0 : 120),
width: 428 + (os.platform() === 'win32' ? 0 : 170),
height: height,
resizable: false,
show: !launchHidden,