make last rect shorter in example 7

This commit is contained in:
griffi-gh 2024-03-25 17:52:24 +01:00
parent 4e4c16ce76
commit dca0c0d2a4

View file

@ -63,7 +63,7 @@ ui_main!(
.with_text_size(32)
.add_child(ui);
FillRect::default()
.with_size(size!(800, 50))
.with_size(size!(700, 50))
.with_frame(NinePatchFrame::from_asset(*asset).with_color((
(1., 0., 1.),
(0., 1., 1.),