diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6b71864f..267e9e84 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,12 +14,14 @@ "windows": [ { "fullscreen": false, - "height": 800, + "height": 600, "hiddenTitle": true, "resizable": true, "title": "Yaak", "titleBarStyle": "Overlay", - "width": 1400 + "width": 1100, + "minWidth": 600, + "minHeight": 400 } ], "allowlist": {