更新about页面尺寸

This commit is contained in:
Tlntin
2022-12-28 14:12:23 +08:00
parent 9e7e0a148d
commit 1d07d25193

View File

@@ -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!");
} }