Change recording resolution

This commit is contained in:
Thomas Nordquist
2019-03-03 00:13:56 +01:00
parent 7141dfa9fc
commit 55dd79aebd
3 changed files with 7 additions and 6 deletions

View File

@@ -33,8 +33,8 @@ function createWindow() {
const iconPath = path.join(__dirname, 'icon.png')
// Create the browser window.
mainWindow = new BrowserWindow({
width: runningUiTestOnCi ? 1280 : 1024,
height: runningUiTestOnCi ? 720 : 700,
width: 1024,
height: 720,
show: false,
webPreferences: {
nodeIntegration: true,