From acfc815e1df7209d1e43f36e5f465b0ac44294cc Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 6 Feb 2020 01:24:04 +0100 Subject: Let checkbox breathe in `styling` example --- examples/styling/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/styling/src/main.rs b/examples/styling/src/main.rs index 50095ec7..47408624 100644 --- a/examples/styling/src/main.rs +++ b/examples/styling/src/main.rs @@ -104,6 +104,7 @@ impl Sandbox for Styling { "Toggle me!", Message::CheckboxToggled, ) + .width(Length::Fill) .style(self.theme); let content = Column::new() -- cgit