Compare commits

..

1 Commits

Author SHA1 Message Date
Piggybank Studios
8b17d91daa
Merge fbf8251996 into 5009146c65 2025-03-05 13:33:45 -08: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;