Set width of window to 1000

This commit is contained in:
2025-07-17 15:07:27 -07:00
parent bbdab2207a
commit 789633dfa0
2 changed files with 5 additions and 3 deletions

View File

@@ -2,9 +2,11 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default"
]
}
}

View File

@@ -13,7 +13,7 @@
"windows": [
{
"title": "Berry Dash Manager",
"width": 800,
"width": 1000,
"height": 600,
"resizable": false,
"maximizable": false