intermediate #1

Merged
yves-biener merged 31 commits from intermediate into main 2025-02-16 16:02:59 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 98031dbd1a - Show all commits

View File

@@ -90,7 +90,7 @@ the primary use-case for myself to create this library in the first place.
- [ ] fit
- [ ] grow
- [x] fixed
- [ ] percent
- [x] percent
- [ ] Border
- [x] sides
- [x] corners

View File

@@ -33,8 +33,8 @@ pub fn main() !void {
.layout = .{
// .gap = 1,
.sizing = .{
.width = .{ .fixed = 100 },
.height = .{ .fixed = 50 },
.width = .{ .percent = 50 },
.height = .{ .percent = 50 },
},
.padding = .all(5),
.direction = .horizontal,