diff --git a/Userland/Applications/ThemeEditor/ThemeEditor.gml b/Userland/Applications/ThemeEditor/ThemeEditor.gml index 79577a2c31..ab47b4499c 100644 --- a/Userland/Applications/ThemeEditor/ThemeEditor.gml +++ b/Userland/Applications/ThemeEditor/ThemeEditor.gml @@ -9,7 +9,7 @@ @GUI::GroupBox { layout: @GUI::HorizontalBoxLayout { - margins: [16, 8, 8, 8] + margins: [4, 4, 4, 4] } shrink_to_fit: true title: "Colors" @@ -27,7 +27,7 @@ @GUI::GroupBox { layout: @GUI::HorizontalBoxLayout { - margins: [16, 8, 8, 8] + margins: [4, 4, 4, 4] } shrink_to_fit: true title: "Flags" @@ -49,7 +49,7 @@ @GUI::GroupBox { layout: @GUI::HorizontalBoxLayout { - margins: [16, 8, 8, 8] + margins: [4, 4, 4, 4] } shrink_to_fit: true title: "Metrics" @@ -67,7 +67,7 @@ @GUI::GroupBox { layout: @GUI::HorizontalBoxLayout { - margins: [16, 8, 8, 8] + margins: [4, 4, 4, 4] } shrink_to_fit: true title: "Paths"