rename a bit

This commit is contained in:
iris committed 2025-08-28 22:21:43 -04:00
1 parent 97f2f67dee
commit 3df76d926c
10 files changed
+34 -31

No files matched your search

+1 -1
View File
@@ -43,7 +43,7 @@ impl Widget for Span {
}
}
fn size(&mut self, ctx: &mut SizeCtx) -> Vec2 {
fn get_size(&mut self, ctx: &mut SizeCtx) -> Vec2 {
let total = self.setup(ctx);
let axis = self.dir.axis;
let dir_len = if total.ratio != 0.0 {