Skip to content
Snippets Groups Projects
Unverified Commit 28a43869 authored by GyDi's avatar GyDi
Browse files

fix: change window default size

parent a238f7be
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment