From 9964859f05e2137712ea7a0028a01eb6ce1f6de1 Mon Sep 17 00:00:00 2001 From: Rémy Raes Date: Tue, 4 Oct 2022 07:47:15 +0200 Subject: feat: set minimum window dimensions to 600x300 Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-tauri/tauri.conf.json') 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 } ] } -- cgit v1.2.3