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,7 +2,9 @@
"$schema": "../gen/schemas/desktop-schema.json", "$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default", "identifier": "default",
"description": "Capability for the main window", "description": "Capability for the main window",
"windows": ["main"], "windows": [
"main"
],
"permissions": [ "permissions": [
"core:default", "core:default",
"opener:default" "opener:default"

View File

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