From 24956ba65df8b49b9abe3a17aa29909a0b4d9a46 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 14 Aug 2022 19:11:42 +0200 Subject: [PATCH] SystemMonitor: Add some margin around widgets in the process inspector --- Userland/Applications/SystemMonitor/ProcessWindow.gml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Userland/Applications/SystemMonitor/ProcessWindow.gml b/Userland/Applications/SystemMonitor/ProcessWindow.gml index 864adb3726..3304a90e0e 100644 --- a/Userland/Applications/SystemMonitor/ProcessWindow.gml +++ b/Userland/Applications/SystemMonitor/ProcessWindow.gml @@ -1,6 +1,8 @@ @GUI::Widget { fill_with_background_color: true - layout: @GUI::VerticalBoxLayout {} + layout: @GUI::VerticalBoxLayout { + margins: [4] + } @GUI::Widget { shrink_to_fit: true