mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
fix system processes lister
This commit is contained in:
@@ -3740,7 +3740,7 @@ DF_VIEW_UI_FUNCTION_DEF(SystemProcesses)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// rjf: process number
|
// rjf: process number
|
||||||
UI_PrefWidth(ui_text_dim(1, 1)) UI_TextAlignment(UI_TextAlign_Center)
|
UI_PrefWidth(ui_text_dim(1, 1)) UI_TextAlignment(UI_TextAlign_Center) UI_TextPadding(0)
|
||||||
{
|
{
|
||||||
ui_labelf("[PID: ");
|
ui_labelf("[PID: ");
|
||||||
UI_Box *pid_label = ui_build_box_from_stringf(UI_BoxFlag_DrawText, "%i##pid_label", info->info.pid);
|
UI_Box *pid_label = ui_build_box_from_stringf(UI_BoxFlag_DrawText, "%i##pid_label", info->info.pid);
|
||||||
|
|||||||
Reference in New Issue
Block a user