maybe fix relative len for sized span

This commit is contained in:
2025-08-28 18:28:14 -04:00
parent a0e6623abe
commit 46c7d8ba26
3 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ pub trait Widget: Any {
}
pub struct SizeCtx<'a> {
pub screen_size: Vec2,
pub size: Vec2,
pub text: &'a mut TextData,
pub textures: &'a mut Textures,