diff --git a/crates/bevy_ui/src/ui_node.rs b/crates/bevy_ui/src/ui_node.rs index ac086d02a5556..9b0065b7b39e3 100644 --- a/crates/bevy_ui/src/ui_node.rs +++ b/crates/bevy_ui/src/ui_node.rs @@ -1529,6 +1529,7 @@ impl GridTrack { } /// Create a grid track with a percentage size + /// Note that the percentage is represented as a value from 0.0 to 100.0 pub fn percent>(value: f32) -> T { Self { min_sizing_function: MinTrackSizingFunction::Percent(value),