Layout changes

This commit is contained in:
Scott E. Graves
2018-12-08 18:16:04 -06:00
parent fdbbf1c1bf
commit ff87b699ab
3 changed files with 9 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ function createWindow() {
loadUiSettings();
// Create the browser window.
const height = (process.env.ELECTRON_START_URL ? 402 : 382) - (os.platform() === 'win32' ? 0 : 20);
const height = (process.env.ELECTRON_START_URL ? 400 : 380) - (os.platform() === 'win32' ? 0 : 24);
mainWindow = new BrowserWindow({
width: 425 + (os.platform() === 'win32' ? 0 : 130),
width: 428 + (os.platform() === 'win32' ? 0 : 120),
height: height,
resizable: false,
show: !launchHidden,