updated min screen size

This commit is contained in:
Ren Amamiya 2023-03-28 19:44:25 +07:00
parent bda5661a71
commit 28336d2ec1

View File

@ -80,6 +80,7 @@
}, },
"windows": [ "windows": [
{ {
"title": "Lume",
"theme": "Dark", "theme": "Dark",
"titleBarStyle": "Overlay", "titleBarStyle": "Overlay",
"hiddenTitle": true, "hiddenTitle": true,
@ -88,8 +89,8 @@
"resizable": true, "resizable": true,
"width": 1100, "width": 1100,
"height": 800, "height": 800,
"minWidth": 1100, "minWidth": 900,
"minHeight": 800 "minHeight": 600
} }
] ]
} }