Fix connection window location

This commit is contained in:
Thomas Nordquist
2019-02-20 16:25:24 +01:00
parent 797d11d58d
commit ca3bd0b22b
2 changed files with 4 additions and 2 deletions

View File

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