Allow window resize behavior
This commit is contained in:
parent
180898103a
commit
2865352f7a
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ fn main() -> Result<(), String> {
|
|||
})
|
||||
.window_mode(WindowMode {
|
||||
resizable: true,
|
||||
resize_on_scale_factor_change: true,
|
||||
..Default::default()
|
||||
})
|
||||
.build()
|
||||
|
|
Loading…
Reference in a new issue