Fix zoomFactor

This commit is contained in:
Thomas Nordquist
2019-02-21 10:39:49 +01:00
parent ca3bd0b22b
commit a4015141c3

View File

@@ -40,7 +40,6 @@ function createWindow() {
height: runningUiTestOnCi ? 720 : 700,
show: false,
webPreferences: {
zoomFactor: runningUiTestOnCi ? 1.15 : undefined,
nodeIntegration: true,
devTools: true,
},