Compare commits

..

1 Commits

Author SHA1 Message Date
__hexmaster111
832930cef9
Merge cf97539612 into 5009146c65 2025-03-04 20:12:14 -06:00

2
clay.h
View File

@ -266,7 +266,7 @@ typedef CLAY_PACKED_ENUM {
CLAY_ALIGN_Y_TOP,
// Aligns child elements to the bottom of this element, offset by padding.width.bottom
CLAY_ALIGN_Y_BOTTOM,
// Aligns child elements vertically to the center of this element
// Aligns child elements vertiically to the center of this element
CLAY_ALIGN_Y_CENTER,
} Clay_LayoutAlignmentY;