diff options
Diffstat (limited to 'examples/lazy/src/main.rs')
-rw-r--r-- | examples/lazy/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lazy/src/main.rs b/examples/lazy/src/main.rs index 04df0744..9d8c0e35 100644 --- a/examples/lazy/src/main.rs +++ b/examples/lazy/src/main.rs @@ -186,7 +186,7 @@ impl Sandbox for App { row![ text(&item.name) .style(theme::Text::Color(item.color.into())), - horizontal_space(Length::Fill), + horizontal_space(), pick_list(Color::ALL, Some(item.color), move |color| { Message::ItemColorChanged(item.clone(), color) }), |