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:
parent
ec5dceeed2
commit
99aeca0f2f
4 changed files with 234 additions and 4 deletions
|
|
@ -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 {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue