From 8346209c3706002573f990d5b7ab6b645d0b13a6 Mon Sep 17 00:00:00 2001 From: Jonathan Li <30177086+MonliH@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:10:13 -0400 Subject: [PATCH] Satify documented behaviour --- native/src/widget/column.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/widget/column.rs b/native/src/widget/column.rs index 42cfe9b9..17fa7fd6 100644 --- a/native/src/widget/column.rs +++ b/native/src/widget/column.rs @@ -42,7 +42,7 @@ impl<'a, Message, Renderer> Column<'a, Message, Renderer> { Column { spacing: 0, padding: 0, - width: Length::Shrink, + width: Length::Fill, height: Length::Shrink, max_width: u32::MAX, max_height: u32::MAX,