clean up windows overlay
This commit is contained in:
parent
79782fe31b
commit
2acdc17435
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue