LibGUI: Remove 2px of vertical space around FilePicker common places

The extra margin is not needed with the new "Tray" look. :^)
This commit is contained in:
Andreas Kling 2021-04-09 23:58:04 +02:00
commit 58106f57de
Notes: sideshowbarker 2024-07-18 20:36:40 +09:00

View file

@ -24,7 +24,7 @@
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [2, 4, 2, 4]
margins: [2, 2, 2, 2]
spacing: 0
}
}