diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 23692b1..6cf1281 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,8 +13,10 @@ "windows": [ { "title": "Quick Dataset", - "width": 800, - "height": 600 + "width": 1200, + "height": 800, + "minWidth": 1200, + "minHeight": 800 } ], "security": {