fix(element/scrollable): render horizontal directed contents correctly
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 46s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 46s
This commit is contained in:
@@ -116,7 +116,7 @@ pub fn main() !void {
|
||||
.rectangle = .{ .fill = .blue },
|
||||
.layout = .{
|
||||
.gap = 1,
|
||||
.direction = .vertical,
|
||||
.direction = .horizontal,
|
||||
.padding = .vertical(1),
|
||||
},
|
||||
}, .{});
|
||||
|
||||
Reference in New Issue
Block a user