widgets(table): zig fmt
This commit is contained in:
parent
94e28654f9
commit
9615a41d1e
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ pub fn drawTable(
|
|||
.y_off = 0,
|
||||
.width = .{ .limit = col_width },
|
||||
.height = .{ .limit = 1 },
|
||||
.border = .{ .where = if (table_ctx.header_borders and idx > 0) .left else .none }
|
||||
.border = .{ .where = if (table_ctx.header_borders and idx > 0) .left else .none },
|
||||
});
|
||||
var hdr = switch (table_ctx.header_align) {
|
||||
.left => hdr_win,
|
||||
|
|
Loading…
Add table
Reference in a new issue