diff --git a/Userland/Applications/SystemMonitor/ProcessWindow.gml b/Userland/Applications/SystemMonitor/ProcessWindow.gml index 4a1a6a1e6d..864adb3726 100644 --- a/Userland/Applications/SystemMonitor/ProcessWindow.gml +++ b/Userland/Applications/SystemMonitor/ProcessWindow.gml @@ -19,6 +19,7 @@ font_weight: "Bold" text_alignment: "CenterLeft" text: "This is the process name." + preferred_width: "grow" } }