summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessWindow.gml
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-08-14 19:05:01 +0200
committerAndreas Kling <kling@serenityos.org>2022-08-14 23:33:28 +0200
commit511ccc3e36b260518fd4a1d38dc52de4ebe97aa1 (patch)
tree88ea84c6e66df4336ed3b6566ddafb6113f27995 /Userland/Applications/SystemMonitor/ProcessWindow.gml
parentab6af4c9a0662847538c3786dfa39302d7dda7a0 (diff)
downloadserenity-511ccc3e36b260518fd4a1d38dc52de4ebe97aa1.zip
SystemMonitor: Make process name appear in the process inspector again
This regressed with the UI layout system changes.
Diffstat (limited to 'Userland/Applications/SystemMonitor/ProcessWindow.gml')
-rw-r--r--Userland/Applications/SystemMonitor/ProcessWindow.gml1
1 files changed, 1 insertions, 0 deletions
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"
}
}