1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

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
parent 511ccc3e36
commit 24956ba65d

View file

@ -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