iced-rs/iced

Dynamic Window Size

tingfeng-key opened this issue · 2 comments

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

Cannot dynamically modify the window size

What is the expected behavior?

The window size can be dynamically modified

Version

master

Operating System

Windows

Do you have any log output?

No response

You should be able to use the window::resize command: https://docs.rs/iced/latest/iced/window/fn.resize.html

How should I get the ID value of the current window?