Prioritize displaying right statusbar items overtop left items if needed

This commit is contained in:
Julia 2023-04-05 12:08:52 -04:00
parent 64428bac15
commit 77bb52f72c
2 changed files with 110 additions and 23 deletions

View file

@ -227,6 +227,7 @@ pub enum Lifecycle<T: Element> {
paint: T::PaintState,
},
}
pub struct ElementBox(ElementRc);
#[derive(Clone)]