diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 09fd684..2a1191a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -47,8 +47,8 @@ "resizable": true, "title": "DuckStudio", "label": "main", - "width": 800, - "height": 600 + "width": 1000, + "height": 800 } ] }