Adjust window sizes

This commit is contained in:
Gregory Schier
2023-03-16 11:16:23 -07:00
parent eee98f32b2
commit 5c54beaaa9

View File

@@ -14,12 +14,14 @@
"windows": [
{
"fullscreen": false,
"height": 800,
"height": 600,
"hiddenTitle": true,
"resizable": true,
"title": "Yaak",
"titleBarStyle": "Overlay",
"width": 1400
"width": 1100,
"minWidth": 600,
"minHeight": 400
}
],
"allowlist": {