fix: change window default size

This commit is contained in:
GyDi 2022-05-06 01:15:15 +08:00
parent a238f7beba
commit 28a4386975
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ fn resolve_window(app: &App) {
window window
.set_size(Logical(LogicalSize { .set_size(Logical(LogicalSize {
width: 800.0, width: 800.0,
height: 610.0, height: 620.0,
})) }))
.unwrap(); .unwrap();
// use tauri_plugin_vibrancy::MacOSVibrancy; // use tauri_plugin_vibrancy::MacOSVibrancy;

View File

@ -71,7 +71,7 @@
{ {
"title": "Clash Verge", "title": "Clash Verge",
"width": 800, "width": 800,
"height": 600, "height": 610,
"resizable": true, "resizable": true,
"fullscreen": false, "fullscreen": false,
"decorations": false, "decorations": false,