diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 036d7e23d..ec66629f6 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -36,7 +36,7 @@ public: class LineLayout { public: /// Drawing is only performed for @a maxLineLength characters on each line. - enum {maxLineLength = 16000}; + enum {maxLineLength = 8000}; int numCharsInLine; int xHighlightGuide; bool highlightColumn; |