mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:05:07 +00:00
ProcessManager: Add process owner's username to table view.
This commit is contained in:
parent
62b4f39cd4
commit
c1f5f2694b
3 changed files with 18 additions and 3 deletions
|
@ -71,7 +71,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto* window = new GWindow;
|
||||
window->set_title("ProcessManager");
|
||||
window->set_rect(20, 200, 600, 400);
|
||||
window->set_rect(20, 200, 640, 400);
|
||||
window->set_main_widget(widget);
|
||||
window->set_should_exit_app_on_close(true);
|
||||
window->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue