clean up windows overlay

This commit is contained in:
CJ Pais 2025-08-01 20:16:54 -07:00
parent 79782fe31b
commit 2acdc17435

View file

@ -341,7 +341,8 @@ pub fn create_recording_overlay(app_handle: &AppHandle) {
.title("Recording")
.position(x as f64, y as f64)
.resizable(false)
.inner_size(160.0, 40.0)
.inner_size(172.0, 40.0)
.shadow(false)
.maximizable(false)
.minimizable(false)
.closable(false)