mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
ps: Widen the username column slightly
This commit is contained in:
@@ -92,7 +92,7 @@ int main(int argc, char** argv)
|
||||
};
|
||||
|
||||
if (full_format_flag) {
|
||||
uid_column = add_column("UID", Alignment::Left, 8);
|
||||
uid_column = add_column("UID", Alignment::Left, 9);
|
||||
pid_column = add_column("PID", Alignment::Right, 5);
|
||||
ppid_column = add_column("PPID", Alignment::Right, 5);
|
||||
state_column = add_column("STATE", Alignment::Left, 12);
|
||||
|
||||
Reference in New Issue
Block a user