diff options
author | FrHun <28605587+frhun@users.noreply.github.com> | 2021-09-15 17:56:01 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-03 16:13:19 +0100 |
commit | 54605794f97a905c40a56bd18f79abb7e8cdc7bc (patch) | |
tree | 7833a26c4db950bf9a365bccce57baf73518d1ee /Userland/Applications/FontEditor/FontEditorWindow.gml | |
parent | a21ea5f10f280433079208da4e953caf531e5def (diff) | |
download | serenity-54605794f97a905c40a56bd18f79abb7e8cdc7bc.zip |
Applications: Remove border from GroupBox margins
Diffstat (limited to 'Userland/Applications/FontEditor/FontEditorWindow.gml')
-rw-r--r-- | Userland/Applications/FontEditor/FontEditorWindow.gml | 2 |
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 { |