undo mindless commit

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

View File

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