mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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:
parent
42ec6718f2
commit
58106f57de
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [2, 4, 2, 4]
|
margins: [2, 2, 2, 2]
|
||||||
spacing: 0
|
spacing: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue