Remove Scrollable::justify_content method

This commit is contained in:
Héctor Ramón Jiménez 2019-10-27 01:37:40 +02:00
parent 09bd2c46c0
commit 63c10b67ab
2 changed files with 21 additions and 27 deletions

View file

@ -30,6 +30,7 @@ where
.width(self.content.width)
.max_width(self.content.max_width)
.height(self.height)
.max_height(self.max_height)
.align_self(self.align_self)
.align_items(self.align_items);