chore: compacted dice selector
This commit is contained in:
parent
3b2ea85fe7
commit
f4bfca5470
|
|
@ -62,10 +62,9 @@ void DiceSelectorContainer() {
|
|||
CLAY(CLAY_ID("DiceSelectorInner"), {
|
||||
.layout = {
|
||||
.layoutDirection = CLAY_TOP_TO_BOTTOM,
|
||||
.childGap = paragraphGap,
|
||||
.childAlignment = { CLAY_ALIGN_X_CENTER, CLAY_ALIGN_Y_CENTER },
|
||||
.sizing = { CLAY_SIZING_FIT(), CLAY_SIZING_FIT() },
|
||||
.padding = panelPadding,
|
||||
.padding = { 2, 2, 5, 5 },
|
||||
},
|
||||
.clip = {
|
||||
true, true, Clay_GetScrollOffset(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue