diff options
author | 2020-10-01 17:10:13 -0400 | |
---|---|---|
committer | 2020-10-01 17:10:13 -0400 | |
commit | 8346209c3706002573f990d5b7ab6b645d0b13a6 (patch) | |
tree | 3a932d54ba582a8a9176db407d52ceddce302ae1 /native | |
parent | c393e450a1e314873667edb32e9ea3775d595c94 (diff) | |
download | iced-8346209c3706002573f990d5b7ab6b645d0b13a6.tar.gz iced-8346209c3706002573f990d5b7ab6b645d0b13a6.tar.bz2 iced-8346209c3706002573f990d5b7ab6b645d0b13a6.zip |
Satify documented behaviour
Diffstat (limited to 'native')
-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 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, |