OS X changes
This commit is contained in:
@@ -25,9 +25,9 @@ function createWindow() {
|
||||
loadUiSettings();
|
||||
|
||||
// Create the browser window.
|
||||
const height = process.env.ELECTRON_START_URL ? 394 : 374;
|
||||
const height = (process.env.ELECTRON_START_URL ? 394 : 374) - (os.platform() === 'win32' ? 0 : 20);
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 425,
|
||||
width: 425 + (os.platform() === 'win32' ? 0 : 130),
|
||||
height: height,
|
||||
resizable: false,
|
||||
show: !launchHidden,
|
||||
|
||||
Reference in New Issue
Block a user