bevy/crates/bevy_ui/src
ickshonpe 303953d306
Rename ComputedNode::calculated_size to size (#16131)
# Objective

Remove `calculated_` from the name `ComputedNode::calculated_size` as
redundant, It's obvious from context that it's the resolved size value
and it's inconsistant since none of other fields of `ComputedNode` have
a `calculated_` prefix.

## Alternatives

Rename all the fields of `ComputedNode` to `calculated_*`, this seems
worse.
2024-11-05 22:28:17 +01:00
..
experimental Migrate UI bundles to required components (#15898) 2024-10-17 21:11:02 +00:00
layout Rename ComputedNode::calculated_size to size (#16131) 2024-11-05 22:28:17 +01:00
render Rename ComputedNode::calculated_size to size (#16131) 2024-11-05 22:28:17 +01:00
widget Move ContentSize requirements from Node to the widget defining components (#16083) 2024-11-05 22:27:44 +01:00
accessibility.rs Rename ComputedNode::calculated_size to size (#16131) 2024-11-05 22:28:17 +01:00
focus.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
geometry.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
lib.rs Fix bevy_picking plugin suffixes (#16082) 2024-10-27 21:17:18 +01:00
measurement.rs Use CosmicFontSystem in public bevy_text APIs and remove cosmic_text re-export (#16063) 2024-10-24 23:33:23 +02:00
node_bundles.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
picking_backend.rs Fix bevy_picking plugin suffixes (#16082) 2024-10-27 21:17:18 +01:00
stack.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
ui_material.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
ui_node.rs Rename ComputedNode::calculated_size to size (#16131) 2024-11-05 22:28:17 +01:00
update.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00