Update to latest dvui.
This commit is contained in:
@@ -222,11 +222,13 @@ pub fn leftPanel(ctx: *WindowContext) void {
|
||||
},
|
||||
);
|
||||
{
|
||||
dvui.label(@src(), "Objects", .{}, .{ .font = .{
|
||||
.id = dvui.themeGet().font_heading.id,
|
||||
.line_height_factor = dvui.themeGet().font_heading.line_height_factor,
|
||||
.size = dvui.themeGet().font_heading.size + 8,
|
||||
}, .gravity_x = 0.5 });
|
||||
dvui.label(@src(), "Objects", .{}, .{
|
||||
.font = .{
|
||||
.line_height_factor = dvui.themeGet().font_heading.line_height_factor,
|
||||
.size = dvui.themeGet().font_heading.size + 8,
|
||||
},
|
||||
.gravity_x = 0.5,
|
||||
});
|
||||
var scroll = dvui.scrollArea(
|
||||
@src(),
|
||||
.{ .vertical = .auto, .horizontal = .auto },
|
||||
|
||||
Reference in New Issue
Block a user