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)
.contained()
.with_margin_right(10.)
.flex(0.2, false)
.flex(0.1, false)
.boxed(),
)
.with_child(
@ -288,6 +288,7 @@ impl View for ThemeTestbench {
.flex(1., true)
.boxed(),
)
.flex(1., false)
.boxed(),
)
.boxed()