add(Layout/Padding): clear only when necessary
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 36s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 36s
This commit is contained in:
@@ -81,7 +81,7 @@ pub fn main() !void {
|
||||
var padding = Layout.Padding.init(
|
||||
allocator,
|
||||
.{
|
||||
.padding = 1,
|
||||
.padding = 3,
|
||||
},
|
||||
.{
|
||||
.layout = Layout.createFrom(vstack: {
|
||||
|
||||
Reference in New Issue
Block a user