mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-25 08:28:42 -06:00
make last rect shorter in example 7
This commit is contained in:
parent
f4ca1ffbd6
commit
3f29000136
|
@ -63,7 +63,7 @@ ui_main!(
|
||||||
.with_text_size(32)
|
.with_text_size(32)
|
||||||
.add_child(ui);
|
.add_child(ui);
|
||||||
FillRect::default()
|
FillRect::default()
|
||||||
.with_size(size!(800, 50))
|
.with_size(size!(700, 50))
|
||||||
.with_frame(NinePatchFrame::from_asset(*asset).with_color((
|
.with_frame(NinePatchFrame::from_asset(*asset).with_color((
|
||||||
(1., 0., 1.),
|
(1., 0., 1.),
|
||||||
(0., 1., 1.),
|
(0., 1., 1.),
|
||||||
|
|
Loading…
Reference in a new issue