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)
|
||||
.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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue