this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vxfw(SplitView): fix rhs offset

+1 -1
+1 -1
src/vxfw/SplitView.zig
··· 151 151 const rhs_surface = try self.rhs.draw(rhs_ctx); 152 152 self.children[1] = .{ 153 153 .surface = rhs_surface, 154 - .origin = .{ .row = 0, .col = lhs_surface.size.width + 2 }, 154 + .origin = .{ .row = 0, .col = lhs_surface.size.width + 1 }, 155 155 }; 156 156 var surface = try vxfw.Surface.initWithChildren(ctx.arena, self.widget(), max, &self.children); 157 157 for (0..max.height) |row| {