Layout changes
This commit is contained in:
@@ -39,7 +39,7 @@ function createWindow() {
|
|||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
const height = (process.env.ELECTRON_START_URL ? 364 : 344) - ((os.platform() === 'win32') || (os.platform() === 'darwin') ? 0 : 20);
|
const height = (process.env.ELECTRON_START_URL ? 364 : 344) - ((os.platform() === 'win32') || (os.platform() === 'darwin') ? 0 : 20);
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
width: 428 + (os.platform() === 'win32' ? 0 : 170),
|
width: 428 + (os.platform() === 'win32' ? 0 : 160),
|
||||||
height: height,
|
height: height,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
show: !launchHidden,
|
show: !launchHidden,
|
||||||
|
|||||||
Reference in New Issue
Block a user