From 081fe40506b9bcc48b2fa65fd82f42632b71c51b Mon Sep 17 00:00:00 2001 From: Iranon Date: Wed, 5 Jun 2024 11:47:08 +0200 Subject: [PATCH] fix: window size --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } ] }