fixed size for overlay
This commit is contained in:
parent
1c9b2ee7a1
commit
79782fe31b
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ pub fn create_recording_overlay(app_handle: &AppHandle) {
|
||||||
.title("Recording")
|
.title("Recording")
|
||||||
.position(x as f64, y as f64)
|
.position(x as f64, y as f64)
|
||||||
.resizable(false)
|
.resizable(false)
|
||||||
|
.inner_size(160.0, 40.0)
|
||||||
.maximizable(false)
|
.maximizable(false)
|
||||||
.minimizable(false)
|
.minimizable(false)
|
||||||
.closable(false)
|
.closable(false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue