formatting

This commit is contained in:
jacob 2025-11-08 13:30:31 -06:00
parent ba580721c9
commit a7c286d912

View File

@ -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));