more Draw and Layout generic impls
Some checks failed
/ build (push) Has been cancelled

- okay, that seems to have fixed the FieldH/FieldV issue?
- thought that'd never happen
- still not happy with how Layout override is working
This commit is contained in:
🪞👃🪞 2025-09-29 05:50:14 +03:00
parent 731f4a971e
commit 8c54510f63
9 changed files with 179 additions and 118 deletions

View file

@ -1,4 +1,4 @@
mod widget_border; pub use self::widget_border::*;
mod widget_field; pub use self::widget_field::*;
mod widget_form; pub use self::widget_form::*;
mod widget_style; pub use self::widget_style::*;
mod widget_tryptich; pub use self::widget_tryptich::*;