diff options
Diffstat (limited to '')
| -rw-r--r-- | native/src/widget/column.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/column.rs b/native/src/widget/column.rs index 4b5d631c..0901bff4 100644 --- a/native/src/widget/column.rs +++ b/native/src/widget/column.rs @@ -33,7 +33,7 @@ impl<'a, Message, Renderer> Column<'a, Message, Renderer> {          Column {              spacing: 0,              padding: 0, -            width: Length::Fill, +            width: Length::Shrink,              height: Length::Shrink,              max_width: u32::MAX,              max_height: u32::MAX,  | 
