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