Skip to content

Commit 6bca129

Browse files
authored
Remove out-of-date paragraph in Style::border (#9103)
# Objective - bevy now renders borders, doc is out of date ## Solution - Fix blatant lie
1 parent aa03130 commit 6bca129

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_ui/src/ui_node.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,6 @@ pub struct Style {
496496
///
497497
/// The size of the node will be expanded if there are constraints that prevent the layout algorithm from placing the border within the existing node boundary.
498498
///
499-
/// Rendering for borders is not yet implemented.
500-
///
501499
/// <https://developer.mozilla.org/en-US/docs/Web/CSS/border-width>
502500
pub border: UiRect,
503501

0 commit comments

Comments
 (0)