mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
update example
This commit is contained in:
parent
e758b2459b
commit
704c2ff779
|
@ -44,7 +44,7 @@ fn main() {
|
|||
corner_radius: Some(30.),
|
||||
elements: vec![
|
||||
Box::new(Container {
|
||||
padding: Sides::all(40.),
|
||||
padding: Sides::all(20.),
|
||||
align: (Alignment::Center, Alignment::Center),
|
||||
size: (UiSize::Auto, UiSize::Auto),
|
||||
background: Some(vec4(0.1, 0.1, 0.1, 0.5)),
|
||||
|
|
Loading…
Reference in a new issue