From f4bfca547021c7c19a5a3ece6d772157a05225d3 Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 19 Sep 2025 12:32:43 +0200 Subject: [PATCH] chore: compacted dice selector --- src/dice_container.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dice_container.c b/src/dice_container.c index 472d4e3..c6d6f38 100644 --- a/src/dice_container.c +++ b/src/dice_container.c @@ -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(),