From 96dee93d3f3cf15f3d9c1eae19aec5c0e7867095 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Thu, 26 Aug 2021 18:06:10 -0400 Subject: [PATCH] FontEditor: Adjust margins and spacing Brings vertical spacing in line with most other apps using ToolbarContainers. Fixes GroupBox margins since CSS ordering change. --- Userland/Applications/FontEditor/FontEditorWindow.gml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index c2a687a562..45c9b8bc4c 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -1,6 +1,7 @@ @GUI::Widget { fill_with_background_color: true layout: @GUI::VerticalBoxLayout { + spacing: 2 } @GUI::ToolbarContainer { @@ -74,7 +75,7 @@ title: "Metadata" fixed_height: 220 layout: @GUI::VerticalBoxLayout { - margins: [8, 16, 8, 8] + margins: [16, 8, 8, 8] } @GUI::Widget {