Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size Constraints Example #7956

Merged
merged 13 commits into from
Apr 24, 2023
Prev Previous commit
Next Next commit
Fixed module level doc comment
  • Loading branch information
ickshonpe committed Apr 21, 2023
commit 51c1a1d36c8d5fd533082a37ffc427bcf31699dd
3 changes: 1 addition & 2 deletions examples/ui/size_constraints.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! This example illustrates how to create a button that changes color and text based on its
//! interaction state.
//! Demonstrates how the to use the size constraints to control the size of a UI node.

use bevy::prelude::*;

Expand Down