From 033c14e574d9eadebf8e3736dfb050465e5f7717 Mon Sep 17 00:00:00 2001 From: FrHun <28605587+frhun@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:50:19 +0200 Subject: [PATCH] FontEditor: Fix minor margin inconsistency --- Userland/Applications/FontEditor/FontEditorWindow.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index b3124d66e6..c2a687a562 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -74,7 +74,7 @@ title: "Metadata" fixed_height: 220 layout: @GUI::VerticalBoxLayout { - margins: [8, 16, 8, 4] + margins: [8, 16, 8, 8] } @GUI::Widget {