diff options
author | Linus Groh <mail@linusgroh.de> | 2022-06-17 19:49:16 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-17 19:49:16 +0100 |
commit | 25667a834c24e68e30cc33cc33425496ec8ece79 (patch) | |
tree | 537c62f39e1a2344c403c90fe4c3f31d03d44515 /Userland/Applications | |
parent | 8163faa696d78b3f1d8f5ec409e31165470b040f (diff) | |
download | serenity-25667a834c24e68e30cc33cc33425496ec8ece79.zip |
ThemeEditor: Run gml-format
Diffstat (limited to 'Userland/Applications')
-rw-r--r-- | Userland/Applications/ThemeEditor/ThemeEditor.gml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Userland/Applications/ThemeEditor/ThemeEditor.gml b/Userland/Applications/ThemeEditor/ThemeEditor.gml index 01fec60bad..1cf611e35e 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 {} |