Layout changes
This commit is contained in:
@@ -39,7 +39,7 @@ function createWindow() {
|
||||
// Create the browser window.
|
||||
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 : 170),
|
||||
width: 428 + (os.platform() === 'win32' ? 0 : 160),
|
||||
height: height,
|
||||
resizable: false,
|
||||
show: !launchHidden,
|
||||
|
||||
Reference in New Issue
Block a user