summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/TextEditorWindow.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/TextEditor/TextEditorWindow.gml')
-rw-r--r--Userland/Applications/TextEditor/TextEditorWindow.gml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/TextEditor/TextEditorWindow.gml b/Userland/Applications/TextEditor/TextEditorWindow.gml
index 3d7b06f1be..015112eccc 100644
--- a/Userland/Applications/TextEditor/TextEditorWindow.gml
+++ b/Userland/Applications/TextEditor/TextEditorWindow.gml
@@ -36,7 +36,7 @@
layout: @GUI::VerticalBoxLayout {
spacing: 2
- margins: [5, 5, 5, 5]
+ margins: [5]
}
@GUI::Widget {