summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/FontEditorWindow.gml
diff options
context:
space:
mode:
authorFrHun <28605587+frhun@users.noreply.github.com>2021-09-15 17:56:01 +0200
committerAndreas Kling <kling@serenityos.org>2021-11-03 16:13:19 +0100
commit54605794f97a905c40a56bd18f79abb7e8cdc7bc (patch)
tree7833a26c4db950bf9a365bccce57baf73518d1ee /Userland/Applications/FontEditor/FontEditorWindow.gml
parenta21ea5f10f280433079208da4e953caf531e5def (diff)
downloadserenity-54605794f97a905c40a56bd18f79abb7e8cdc7bc.zip
Applications: Remove border from GroupBox margins
Diffstat (limited to 'Userland/Applications/FontEditor/FontEditorWindow.gml')
-rw-r--r--Userland/Applications/FontEditor/FontEditorWindow.gml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml
index cdc4b4d5d2..6a201e292b 100644
--- a/Userland/Applications/FontEditor/FontEditorWindow.gml
+++ b/Userland/Applications/FontEditor/FontEditorWindow.gml
@@ -75,7 +75,7 @@
title: "Metadata"
fixed_height: 220
layout: @GUI::VerticalBoxLayout {
- margins: [16, 8, 8, 8]
+ margins: [6, 6, 6, 6]
}
@GUI::Widget {