diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f7210d0..66d675c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -67,10 +67,10 @@ "windows": [ { "fullscreen": false, - "height": 600, "resizable": true, "title": "RomPatcher", - "width": 800 + "height": 800, + "width": 900 } ] }