1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-02 22:16:29 -05:00

update example

This commit is contained in:
griffi-gh 2024-02-19 13:57:39 +01:00
parent a4c06ac61d
commit da58e8112f

View file

@ -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)),