naming changes

This commit is contained in:
johan0A 2025-01-09 22:25:29 +01:00
parent af3c031424
commit d4e1d84e5b
4 changed files with 62 additions and 62 deletions

View file

@ -253,9 +253,9 @@ pub const LayoutConfig = extern struct {
/// padding arround children
padding: Padding = .{},
/// gap between the children
gap: u16 = 0,
child_gap: u16 = 0,
/// alignement of the children
alignment: ChildAlignment = .{},
child_alignment: ChildAlignment = .{},
/// direction of the children's layout
direction: LayoutDirection = .LEFT_TO_RIGHT,
};