fix: change window default size
This commit is contained in:
parent
a238f7beba
commit
28a4386975
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ fn resolve_window(app: &App) {
|
|||
window
|
||||
.set_size(Logical(LogicalSize {
|
||||
width: 800.0,
|
||||
height: 610.0,
|
||||
height: 620.0,
|
||||
}))
|
||||
.unwrap();
|
||||
// use tauri_plugin_vibrancy::MacOSVibrancy;
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
{
|
||||
"title": "Clash Verge",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"height": 610,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"decorations": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue