formatting
This commit is contained in:
parent
ba580721c9
commit
a7c286d912
@ -176,10 +176,10 @@ void PP_EndCommandsWidget(PP_CommandsWidget *widget)
|
|||||||
/* Command hotkey button */
|
/* Command hotkey button */
|
||||||
UI_SetNext(Text, UI_StringF("Test"));
|
UI_SetNext(Text, UI_StringF("Test"));
|
||||||
UI_SetNext(Width, UI_SHRINK(theme.text_padding_x, 1));
|
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(Rounding, UI_RPIX(0));
|
||||||
UI_SetNext(Border, 1);
|
UI_SetNext(Border, 0);
|
||||||
UI_SetNext(BackgroundColor, 0);
|
UI_SetNext(BackgroundColor, Color_Cyan);
|
||||||
UI_SetNext(ChildAlignment, UI_Alignment_Center);
|
UI_SetNext(ChildAlignment, UI_Alignment_Center);
|
||||||
UI_SetNext(Flags, UI_BoxFlag_DrawText | UI_BoxFlag_Interactable);
|
UI_SetNext(Flags, UI_BoxFlag_DrawText | UI_BoxFlag_Interactable);
|
||||||
UI_PushCP(UI_BuildRow(UI_NilKey));
|
UI_PushCP(UI_BuildRow(UI_NilKey));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user