mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
fix: window size
This commit is contained in:
parent
8f31944230
commit
081fe40506
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@
|
|||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
"title": "RomPatcher",
|
||||
"width": 800
|
||||
"height": 800,
|
||||
"width": 900
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue