Custom Toplevels widget

Fixes centering on toplevels.

Need to use fewer hacks, and add equal scale factor.

See if Iced layout system can be improved.
This commit is contained in:
Ian Douglas Scott 2024-01-19 15:32:54 -08:00
parent ec5dceeed2
commit 99aeca0f2f
4 changed files with 234 additions and 4 deletions

View file

@ -17,6 +17,8 @@ mod workspace_item;
pub use workspace_item::workspace_item;
mod mouse_interaction_wrapper;
pub use mouse_interaction_wrapper::mouse_interaction_wrapper;
mod toplevels;
pub use toplevels::toplevels;
trait Foo {}