bevy/crates/bevy_ui/src
ickshonpe 00ff8adfd6 Size::height sets width not height (#7478)
# Objective
```rust
pub const fn height(width: Val) -> Self {
        Self {
            width,
            height: Val::DEFAULT,
        }
    }
```
😓

## Solution
Swap `width` and `height`.
2023-02-02 22:09:21 +00:00
..
flex fix upsert_leaf not setting a MeasureFunc for new leaf nodes (#7351) 2023-01-24 16:09:52 +00:00
render Rename the background_color of 'ExtractedUiNode to color` (#7452) 2023-02-01 00:24:25 +00:00
widget Remove QueuedText (#7414) 2023-01-31 18:42:22 +00:00
camera_config.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
focus.rs expose cursor position with scale (#7297) 2023-01-20 14:25:24 +00:00
geometry.rs Size::height sets width not height (#7478) 2023-02-02 22:09:21 +00:00
lib.rs Remove ImageMode (#6674) 2022-11-18 21:16:32 +00:00
node_bundles.rs Change default FocusPolicy to Pass (#7161) 2023-01-12 17:15:20 +00:00
stack.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
ui_node.rs Fix various typos (#7096) 2023-01-06 00:43:30 +00:00
update.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00