From a7c286d9122b171f18f24ffc2af0ff8f48d0dc9e Mon Sep 17 00:00:00 2001 From: jacob Date: Sat, 8 Nov 2025 13:30:31 -0600 Subject: [PATCH] formatting --- src/proto/pp_widgets.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/proto/pp_widgets.c b/src/proto/pp_widgets.c index 4f53b977..c215bb8c 100644 --- a/src/proto/pp_widgets.c +++ b/src/proto/pp_widgets.c @@ -176,10 +176,10 @@ void PP_EndCommandsWidget(PP_CommandsWidget *widget) /* Command hotkey button */ UI_SetNext(Text, UI_StringF("Test")); UI_SetNext(Width, UI_SHRINK(theme.text_padding_x, 1)); - UI_SetNext(Height, UI_SHRINK(theme.text_padding_y, 1)); + UI_SetNext(Height, UI_GROW(1, 0)); UI_SetNext(Rounding, UI_RPIX(0)); - UI_SetNext(Border, 1); - UI_SetNext(BackgroundColor, 0); + UI_SetNext(Border, 0); + UI_SetNext(BackgroundColor, Color_Cyan); UI_SetNext(ChildAlignment, UI_Alignment_Center); UI_SetNext(Flags, UI_BoxFlag_DrawText | UI_BoxFlag_Interactable); UI_PushCP(UI_BuildRow(UI_NilKey));