From 25667a834c24e68e30cc33cc33425496ec8ece79 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 17 Jun 2022 19:49:16 +0100 Subject: [PATCH] ThemeEditor: Run gml-format --- Userland/Applications/ThemeEditor/ThemeEditor.gml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Userland/Applications/ThemeEditor/ThemeEditor.gml b/Userland/Applications/ThemeEditor/ThemeEditor.gml index 01fec60badb41e..1cf611e35ead46 100644 --- a/Userland/Applications/ThemeEditor/ThemeEditor.gml +++ b/Userland/Applications/ThemeEditor/ThemeEditor.gml @@ -18,9 +18,8 @@ @GUI::Widget { name: "theme_override_controls" layout: @GUI::HorizontalBoxLayout { - margins: [ 0, 4 ] + margins: [0, 4] } - fixed_height: 30 @GUI::Layout::Spacer {}