更新about页面尺寸
This commit is contained in:
@@ -203,7 +203,7 @@ pub fn system_tray_handle(app: &tauri::AppHandle, event: tauri::SystemTrayEvent)
|
|||||||
)
|
)
|
||||||
.resizable(true)
|
.resizable(true)
|
||||||
.title("About")
|
.title("About")
|
||||||
.inner_size(100.0, 100.0)
|
.inner_size(600.0, 400.0)
|
||||||
.build()
|
.build()
|
||||||
.expect("can't open about!");
|
.expect("can't open about!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user