summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-06-17 19:49:16 +0100
committerLinus Groh <mail@linusgroh.de>2022-06-17 19:49:16 +0100
commit25667a834c24e68e30cc33cc33425496ec8ece79 (patch)
tree537c62f39e1a2344c403c90fe4c3f31d03d44515
parent8163faa696d78b3f1d8f5ec409e31165470b040f (diff)
downloadserenity-25667a834c24e68e30cc33cc33425496ec8ece79.zip
ThemeEditor: Run gml-format
-rw-r--r--Userland/Applications/ThemeEditor/ThemeEditor.gml3
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 {}