mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
SystemMonitor: Add some margin around widgets in the process inspector
This commit is contained in:
parent
511ccc3e36
commit
24956ba65d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue