Прикольные цвета для сетки

This commit is contained in:
2026-01-22 19:12:42 +03:00
parent df467df5d6
commit 8532114673
2 changed files with 24 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ scroll: dvui.ScrollInfo = .{
.vertical = .auto,
.horizontal = .auto,
},
native_scaling: bool = false,
native_scaling: bool = true,
gradient_start: Color.PMA = .{ .r = 0, .g = 0, .b = 0, .a = 255 },
gradient_end: Color.PMA = .{ .r = 255, .g = 255, .b = 255, .a = 255 },
document: ?*Document = null,