mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:18:30 +02:00
Adjust window sizes
This commit is contained in:
@@ -14,12 +14,14 @@
|
|||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"height": 800,
|
"height": 600,
|
||||||
"hiddenTitle": true,
|
"hiddenTitle": true,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"title": "Yaak",
|
"title": "Yaak",
|
||||||
"titleBarStyle": "Overlay",
|
"titleBarStyle": "Overlay",
|
||||||
"width": 1400
|
"width": 1100,
|
||||||
|
"minWidth": 600,
|
||||||
|
"minHeight": 400
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user