mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +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
Notes:
sideshowbarker
2024-07-18 20:36:40 +09:00
Author: https://github.com/awesomekling
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