Adjust width for delete

This commit is contained in:
2019-10-16 23:03:57 -05:00
parent 097b071a0f
commit f3c70072c1

View File

@@ -36,7 +36,7 @@ const UpgradeIPC = require('../src/renderer/ipc/UpgradeIPC');
const dimensions = { const dimensions = {
height: ((os.platform() === 'darwin') ? 346 : 326), 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; let isShutdown = false;