diff options
author | Alystrasz <contact@remyraes.com> | 2022-10-04 08:29:46 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-10-04 08:29:46 +0200 |
commit | d763bfeba6f780b2ba444ca5d4a5e980302fa095 (patch) | |
tree | d5eab131e3200faaf1bc3377fd57a71b2f381d09 /src-tauri/tauri.conf.json | |
parent | 4fc36ee367cb7abb18277ee59a7acdcead66ff82 (diff) | |
parent | 9964859f05e2137712ea7a0028a01eb6ce1f6de1 (diff) | |
download | FlightCore-d763bfeba6f780b2ba444ca5d4a5e980302fa095.tar.gz FlightCore-d763bfeba6f780b2ba444ca5d4a5e980302fa095.zip |
Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-ui
Diffstat (limited to 'src-tauri/tauri.conf.json')
-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 } ] } |