Prioritize displaying right statusbar items overtop left items if needed
This commit is contained in:
parent
64428bac15
commit
77bb52f72c
2 changed files with 110 additions and 23 deletions
|
@ -227,6 +227,7 @@ pub enum Lifecycle<T: Element> {
|
|||
paint: T::PaintState,
|
||||
},
|
||||
}
|
||||
|
||||
pub struct ElementBox(ElementRc);
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue