Use patched winit for wayland resize
This commit is contained in:
parent
a6976daa25
commit
bd03db7eef
2 changed files with 89 additions and 41 deletions
|
|
@ -48,10 +48,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
|
||||
localize::localize();
|
||||
|
||||
let mut settings = Settings::default();
|
||||
|
||||
//TODO: fix wayland resize on iced_winit
|
||||
settings = settings.client_decorations(false);
|
||||
let settings = Settings::default();
|
||||
|
||||
//TODO: allow size limits on iced_winit
|
||||
//settings = settings.size_limits(Limits::NONE.min_width(400.0).min_height(200.0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue