diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-02 09:20:42 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-02 10:13:35 +0200 |
commit | 233870c4d11e15a6302a9f16a94e1b4c65018a8a (patch) | |
tree | 01b084a44f5de43b4536029f2a7b0f1598d3d266 | |
parent | 7d8db2b0940050ea2a75df049b82b35e7399fe28 (diff) | |
download | serenity-233870c4d11e15a6302a9f16a94e1b4c65018a8a.zip |
Mail: Tweak vertical spacing & margins in main UI layout
-rw-r--r-- | Userland/Applications/Mail/MailWindow.gml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Mail/MailWindow.gml b/Userland/Applications/Mail/MailWindow.gml index 071bb2eaf6..c6d8b47367 100644 --- a/Userland/Applications/Mail/MailWindow.gml +++ b/Userland/Applications/Mail/MailWindow.gml @@ -2,7 +2,7 @@ fill_with_background_color: true layout: @GUI::VerticalBoxLayout { - margins: [2, 2, 2, 2] + spacing: 2 } @GUI::HorizontalSplitter { |