mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 01:46:23 +02:00
increase initial app dimensions
This commit is contained in:
parent
cc38e8731e
commit
27f036042c
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ function registerAppProtocol() {
|
|||
|
||||
function createWindow() {
|
||||
const win = new BrowserWindow({
|
||||
width: 800,
|
||||
height: 600,
|
||||
width: 1280,
|
||||
height: 800,
|
||||
webPreferences: {
|
||||
// IMPORTANT: keep Node out of renderer
|
||||
nodeIntegration: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue