summaryrefslogtreecommitdiffstats
path: root/native/src/widget
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget')
-rw-r--r--native/src/widget/scrollable.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/native/src/widget/scrollable.rs b/native/src/widget/scrollable.rs
index e0983e6e..95e8c74d 100644
--- a/native/src/widget/scrollable.rs
+++ b/native/src/widget/scrollable.rs
@@ -31,8 +31,7 @@ where
.max_width(self.content.max_width)
.height(self.height)
.max_height(self.max_height)
- .align_self(self.align_self)
- .align_items(self.align_items);
+ .align_self(self.align_self);
style.0.flex_direction = stretch::style::FlexDirection::Column;