chore: adjusted dice container layout
This commit is contained in:
parent
210d31bac3
commit
7689804abc
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ void DiceContainer() {
|
||||||
CLAY_AUTO_ID({
|
CLAY_AUTO_ID({
|
||||||
.layout = {
|
.layout = {
|
||||||
.sizing = {CLAY_SIZING_FIT(), CLAY_SIZING_FIXED(200)},
|
.sizing = {CLAY_SIZING_FIT(), CLAY_SIZING_FIXED(200)},
|
||||||
.childAlignment = {CLAY_ALIGN_X_CENTER, CLAY_ALIGN_Y_CENTER}
|
.childAlignment = {CLAY_ALIGN_X_LEFT, CLAY_ALIGN_Y_CENTER}
|
||||||
},
|
},
|
||||||
.clip = {
|
.clip = {
|
||||||
.horizontal = true,
|
.horizontal = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue