mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Changed the UI proc to be like the one in the Odin bindings
This commit is contained in:
parent
409bf1c3bf
commit
e9522005db
5 changed files with 61 additions and 52 deletions
|
|
@ -80,10 +80,7 @@ main :: () {
|
|||
Clay.ID("OuterContainer"),
|
||||
Clay.Layout(.{
|
||||
layoutDirection = .TOP_TO_BOTTOM,
|
||||
sizing = Clay.Sizing.{
|
||||
Clay.SizingGrow(),
|
||||
Clay.SizingGrow(),
|
||||
},
|
||||
sizing = layout_expand,
|
||||
padding = .{16, 16},
|
||||
childGap = 16,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue