make name longer 😔

This commit is contained in:
2025-08-25 22:51:33 -04:00
parent 9780724126
commit 94a3ba5837
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ pub fn ratio<N: UiNum>(x: N) -> SpanLen {
SpanLen::Ratio(x.to_f32()) SpanLen::Ratio(x.to_f32())
} }
pub fn rel<N: UiNum>(x: N) -> SpanLen { pub fn relative<N: UiNum>(x: N) -> SpanLen {
SpanLen::Relative(x.to_f32()) SpanLen::Relative(x.to_f32())
} }

View File

@@ -64,7 +64,7 @@ impl Client {
fixed(100), fixed(100),
ratio(1), ratio(1),
ratio(1), ratio(1),
rel(0.5), relative(0.5),
fixed(100), fixed(100),
fixed(100), fixed(100),
], ],