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

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
parent 42ec6718f2
commit 58106f57de

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