make name longer 😔

This commit is contained in:
iris committed 2025-08-25 22:51:33 -04:00
1 parent 9780724126
commit 94a3ba5837
2 files changed
+2 -2

No files matched your search

+1 -1
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())
} }
+1 -1
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),
], ],