make name longer 😔
This commit is contained in:
@@ -88,7 +88,7 @@ pub fn ratio<N: UiNum>(x: N) -> SpanLen {
|
||||
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())
|
||||
}
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ impl Client {
|
||||
fixed(100),
|
||||
ratio(1),
|
||||
ratio(1),
|
||||
rel(0.5),
|
||||
relative(0.5),
|
||||
fixed(100),
|
||||
fixed(100),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user