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, 2 insertions, 0 deletions
diff --git a/Userland/Applications/TextEditor/TextEditorWindow.gml b/Userland/Applications/TextEditor/TextEditorWindow.gml
index cd796c43a4..3f567a9a47 100644
--- a/Userland/Applications/TextEditor/TextEditorWindow.gml
+++ b/Userland/Applications/TextEditor/TextEditorWindow.gml
@@ -14,6 +14,8 @@
}
@GUI::HorizontalSplitter {
+ fixed_resizee: "Second"
+
@GUI::TextEditor {
name: "editor"
}