Added scroll past end feature by setting a large root frame margin of the document

This commit is contained in:
Veronica K. B. Olsen
2020-10-11 16:20:47 +02:00
parent 4a47be89de
commit 80e8788baa
2 changed files with 12 additions and 2 deletions
+2
View File
@@ -122,6 +122,8 @@ class Config:
self.doReplaceDQuote = True
self.doReplaceDash = True
self.doReplaceDots = True
self.extendScroll = True
self.wordCountTimer = 5.0
self.showTabsNSpaces = False
self.showLineEndings = False