Open Bilkin-V opened 6 months ago
there currently is no way to do that without modifying the modal struct to add in new features.
Ok thanks for your help!
just FYI modal and floating element will be depreciated for iced 0.14 as Stack inside Iced allows for more custom Widgets and Floating Elements.
I want to create a modal aligned to the left and bottom. However, I wish for a little padding between it and the borders of the application window. How can I achieve this?