diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-02-06 22:18:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 22:18:27 +0100 |
commit | 28b1b6b9fbf1f50ff1241643ed6da09e043eb3e5 (patch) | |
tree | 08ac7b83f4d12a6721679da34cd818d6fc3cb532 | |
parent | acd8a26fcd68ffa7ecd0451279a6b64a44e28b53 (diff) | |
download | FlightCore-28b1b6b9fbf1f50ff1241643ed6da09e043eb3e5.tar.gz FlightCore-28b1b6b9fbf1f50ff1241643ed6da09e043eb3e5.zip |
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
-rw-r--r-- | src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 } ] |