going to bed

daddy
elfein727 2021-12-28 02:08:11 -08:00
parent 844d406763
commit 0c7c7763cc
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ impl<T: Data> Widget<T> for Flex<T> {
} => {
// Get the child's origin, origin + size rectangle
let child_size = widget.layout_rect().size();
// LEAVING OFF RIGHT HERE- DOCUMENT BELOW
let alignment = alignment.unwrap_or(self.cross_alignment);
let child_minor_offset = match alignment {
CrossAxisAlignment::Fill => {