Remove Scrollable::justify_content method
This commit is contained in:
parent
09bd2c46c0
commit
63c10b67ab
2 changed files with 21 additions and 27 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue