diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7f6cabe3a..e2c12278b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,8 +14,12 @@ "windows": [ { "title": "UnstoppableSwap", + "minWidth": 600, + "minHeight": 400, "width": 800, - "height": 600 + "height": 700, + "maxHeight": 900, + "maxWidth": 1200 } ], "security": { @@ -57,4 +61,4 @@ ] } } -} +} \ No newline at end of file