diff options
Diffstat (limited to 'Userland/Applications/TextEditor')
-rw-r--r-- | Userland/Applications/TextEditor/TextEditorWindow.gml | 2 |
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 { |