Adjust width for delete
This commit is contained in:
@@ -36,7 +36,7 @@ const UpgradeIPC = require('../src/renderer/ipc/UpgradeIPC');
|
||||
|
||||
const dimensions = {
|
||||
height: ((os.platform() === 'darwin') ? 346 : 326),
|
||||
width: 428 + ((os.platform() === 'win32') ? 40 : (os.platform() === 'darwin') ? 150 : 160),
|
||||
width: 428 + ((os.platform() === 'win32') ? 40 : (os.platform() === 'darwin') ? 190 : 200),
|
||||
};
|
||||
|
||||
let isShutdown = false;
|
||||
|
||||
Reference in New Issue
Block a user