Make sure the initial screen size is bigger
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2020-10-17 19:59:28 +02:00
parent 624afb5506
commit 0999f9ae9b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ const frontendPath = 'frontend/'
function createWindow() {
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1680,
height: 960,
webPreferences: {
nodeIntegration: true,
}