Skip to content

Commit

Permalink
Remove out-of-date paragraph in Style::border (#9103)
Browse files Browse the repository at this point in the history
# Objective

- bevy now renders borders, doc is out of date

## Solution

- Fix blatant lie
  • Loading branch information
nicopap committed Jul 10, 2023
1 parent aa03130 commit 6bca129
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_ui/src/ui_node.rs
Expand Up @@ -496,8 +496,6 @@ pub struct Style {
///
/// 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.
///
/// Rendering for borders is not yet implemented.
///
/// <https://developer.mozilla.org/en-US/docs/Web/CSS/border-width>
pub border: UiRect,

Expand Down

0 comments on commit 6bca129

Please sign in to comment.