mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
make last rect shorter in example 7
This commit is contained in:
parent
4e4c16ce76
commit
dca0c0d2a4
|
@ -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