From 28b1b6b9fbf1f50ff1241643ed6da09e043eb3e5 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:18:27 +0100 Subject: fix: Slightly increase window size to better fit list of mods in Thunderstore mod browser (#169) fix: Slightly increase window size to better fit list of mods in Thunderstore mod browser --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/tauri.conf.json') diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 13c745a5..75cfd8a6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -66,7 +66,7 @@ "title": "FlightCore", "height": 600, "minHeight": 300, - "width": 1000, + "width": 1010, "minWidth": 600 } ] -- cgit v1.2.3