fix: make windows not resizable
This commit is contained in:
parent
93385bc42c
commit
eb810a1436
3 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ pub fn run() -> cosmic::iced::Result {
|
|||
.min_width(1.0)
|
||||
.max_height(h as f32)
|
||||
.max_width(w as f32),
|
||||
resizable: None,
|
||||
..Default::default()
|
||||
}),
|
||||
..Default::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue