1
Fork 0
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:
Andreas Kling 2021-08-02 09:20:42 +02:00
parent 7d8db2b094
commit 233870c4d1

View file

@ -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 {