sizing actually working correctly now

This commit is contained in:
2025-09-16 17:31:54 -04:00
parent b48acccb8d
commit f9097807a2
17 changed files with 333 additions and 194 deletions

View File

@@ -1,6 +1,6 @@
mod align;
mod frame;
mod image;
mod pad;
mod rect;
mod sense;
mod sized;
@@ -11,8 +11,8 @@ mod text_edit;
mod trait_fns;
pub use align::*;
pub use frame::*;
pub use image::*;
pub use pad::*;
pub use rect::*;
pub use sense::*;
pub use sized::*;