mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
increase ui example label size
This commit is contained in:
parent
db6a365b13
commit
c4600dbad8
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ fn setup(
|
|||
label: Label {
|
||||
text: "Text Label".to_string(),
|
||||
font: font_handle,
|
||||
font_size: 30.0,
|
||||
..Default::default()
|
||||
},
|
||||
..Default::default()
|
||||
|
|
Loading…
Add table
Reference in a new issue