Set width of window to 1000
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "Berry Dash Manager",
|
||||
"width": 800,
|
||||
"width": 1000,
|
||||
"height": 600,
|
||||
"resizable": false,
|
||||
"maximizable": false
|
||||
|
||||
Reference in New Issue
Block a user