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

This commit is contained in:
2025-02-19 22:23:32 +01:00
parent 86b3e7d4ed
commit cc831a5cdf
3 changed files with 15 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ pub fn main() !void {
.rectangle = .{ .fill = .blue },
.layout = .{
.gap = 1,
.direction = .vertical,
.direction = .horizontal,
.padding = .vertical(1),
},
}, .{});