fixed size for overlay

This commit is contained in:
CJ Pais 2025-08-01 19:41:22 -07:00
parent 1c9b2ee7a1
commit 79782fe31b

View file

@ -341,6 +341,7 @@ 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)
.maximizable(false)
.minimizable(false)
.closable(false)