mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
simplify with_background_frame call in example
This commit is contained in:
parent
d2598f8a20
commit
03a49791fa
|
@ -38,7 +38,7 @@ ui_main!(
|
|||
.with_align((Alignment::Center, Alignment::Begin))
|
||||
.with_direction(Direction::Horizontal)
|
||||
.with_gap(5.)
|
||||
.with_background_frame(FrameRect::color((0.1, 0.1, 0.1)))
|
||||
.with_background_frame((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