SystemMonitor: Add some margin around widgets in the process inspector

This commit is contained in:
Andreas Kling 2022-08-14 19:11:42 +02:00
commit 24956ba65d
Notes: sideshowbarker 2024-07-17 08:14:48 +09:00

View file

@ -1,6 +1,8 @@
@GUI::Widget { @GUI::Widget {
fill_with_background_color: true fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {} layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::Widget { @GUI::Widget {
shrink_to_fit: true shrink_to_fit: true