Compare commits

..

1 Commits

Author SHA1 Message Date
Joshua Horowitz
1feb6f7256
Merge adc31f82e8 into 5009146c65 2025-03-05 15:14:15 +09: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;