From 511ccc3e36b260518fd4a1d38dc52de4ebe97aa1 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 14 Aug 2022 19:05:01 +0200 Subject: [PATCH] SystemMonitor: Make process name appear in the process inspector again This regressed with the UI layout system changes. --- Userland/Applications/SystemMonitor/ProcessWindow.gml | 1 + 1 file changed, 1 insertion(+) 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" } }