aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-02-06 22:18:27 +0100
committerGitHub <noreply@github.com>2023-02-06 22:18:27 +0100
commit28b1b6b9fbf1f50ff1241643ed6da09e043eb3e5 (patch)
tree08ac7b83f4d12a6721679da34cd818d6fc3cb532
parentacd8a26fcd68ffa7ecd0451279a6b64a44e28b53 (diff)
downloadFlightCore-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.json2
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
}
]