mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:37:35 +00:00
Mail: Tweak vertical spacing & margins in main UI layout
This commit is contained in:
parent
7d8db2b094
commit
233870c4d1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [2, 2, 2, 2]
|
spacing: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::HorizontalSplitter {
|
@GUI::HorizontalSplitter {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue