diff options
Diffstat (limited to 'src-tauri')
-rw-r--r-- | src-tauri/tauri.conf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2860d1a1..26946644 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -65,9 +65,9 @@ "decorations": false, "title": "FlightCore", "height": 600, - "minHeight": 600, + "minHeight": 300, "width": 1000, - "minWidth": 1000 + "minWidth": 600 } ] } |