fixed issue in testbench
This commit is contained in:
parent
e3809c267d
commit
caec9c1f45
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue