This commit is contained in:
Michael Freno
2025-09-21 12:20:23 -04:00
parent 4909e03a2c
commit ea668174bf
4 changed files with 837 additions and 80 deletions

View File

@@ -1130,6 +1130,7 @@ function TestVerticalFlexDirection:testCalendarTimelineLayout()
eventItem:addChild(eventTitle)
eventItem:addChild(eventDetails)
eventItem.height = 40 -- Adjust height for detailed events
eventItem.units.height = { value = 40, unit = "px" } -- Keep units in sync
else
eventItem:addChild(eventTime)
eventItem:addChild(eventTitle)