pub const FLUID_MIN: f32 = 0.7;Expand description
Lower auto-clamp factor of Length::fluid: a fluid value never
resolves below px * FLUID_MIN, so it stays usable on a tiny surface.
pub const FLUID_MIN: f32 = 0.7;Lower auto-clamp factor of Length::fluid: a fluid value never
resolves below px * FLUID_MIN, so it stays usable on a tiny surface.