fixed issue in testbench

This commit is contained in:
K Simmons 2022-10-19 13:13:50 -07:00
parent e3809c267d
commit caec9c1f45

View file

@ -268,7 +268,7 @@ impl View for ThemeTestbench {
Self::render_ramps(color_scheme) Self::render_ramps(color_scheme)
.contained() .contained()
.with_margin_right(10.) .with_margin_right(10.)
.flex(0.2, false) .flex(0.1, false)
.boxed(), .boxed(),
) )
.with_child( .with_child(
@ -288,6 +288,7 @@ impl View for ThemeTestbench {
.flex(1., true) .flex(1., true)
.boxed(), .boxed(),
) )
.flex(1., false)
.boxed(), .boxed(),
) )
.boxed() .boxed()