Layout changes
This commit is contained in:
@@ -21,7 +21,7 @@ let mountedPIDs = [];
|
||||
|
||||
function createWindow() {
|
||||
// Create the browser window.
|
||||
const height = process.env.ELECTRON_START_URL ? 404 : 384;
|
||||
const height = process.env.ELECTRON_START_URL ? 394 : 374;
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 425,
|
||||
height: height,
|
||||
|
||||
Reference in New Issue
Block a user