mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-09 09:28:41 -06:00
fix fn name in ex.6
This commit is contained in:
parent
f5f3dd9ad3
commit
b89a277aa9
|
@ -38,7 +38,7 @@ ui_main!(
|
|||
.with_align((Alignment::Center, Alignment::Begin))
|
||||
.with_direction(Direction::Horizontal)
|
||||
.with_gap(5.)
|
||||
.with_background_frame((0.1, 0.1, 0.1))
|
||||
.with_background((0.1, 0.1, 0.1))
|
||||
.with_wrap(true)
|
||||
.with_children(|ui| {
|
||||
Text::new(format!("Number of images: {counter}"))
|
||||
|
|
Loading…
Reference in a new issue