mindless commit

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

View File

@ -404,6 +404,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 => {