diff options
author | Andreas Kling <kling@serenityos.org> | 2021-02-02 19:01:54 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-02 19:01:54 +0100 |
commit | 31e04907b4ec0eadd12001694cc9961752e041ae (patch) | |
tree | d866291c3e24bc6f2fe568706d3e0b963a46e715 /Userland/Applications/TextEditor/TextEditorWindow.gml | |
parent | d4f40241f11a7bc40dde6c1f460625ca9e388ef5 (diff) | |
download | serenity-31e04907b4ec0eadd12001694cc9961752e041ae.zip |
Revert "TextEditor: Add vim status indicators to the statusbar"
This reverts commit bd6d0d229581e830c7a69cdb29252b9f63e0434a.
Diffstat (limited to 'Userland/Applications/TextEditor/TextEditorWindow.gml')
-rw-r--r-- | Userland/Applications/TextEditor/TextEditorWindow.gml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/TextEditor/TextEditorWindow.gml b/Userland/Applications/TextEditor/TextEditorWindow.gml index b13865f697..433d01abff 100644 --- a/Userland/Applications/TextEditor/TextEditorWindow.gml +++ b/Userland/Applications/TextEditor/TextEditorWindow.gml @@ -84,6 +84,5 @@ @GUI::StatusBar { name: "statusbar" - label_count: 3 } } |