rename a bit
This commit is contained in:
1 parent
97f2f67dee
commit
3df76d926c
10 files changed
+34
-31
No files matched your search
+1
-1
@@ -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 {
|
||||
|
||||
Reference in new issue
Block a user