Save new config settings and update tests

This commit is contained in:
Veronica K. B. Olsen
2020-10-11 19:41:06 +02:00
parent 1234c9feb6
commit 0c0ef6916b
5 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ class GuiDocEditor(QTextEdit):
if self.mainConf.scrollPastEnd:
docFrame = self.qDocument.rootFrame().frameFormat()
docFrame.setBottomMargin(wH - uM - lM - self.theTheme.fontPixelSize)
docFrame.setBottomMargin(wH - uM - lM - 4*tB - self.theTheme.fontPixelSize)
self.qDocument.rootFrame().setFrameFormat(docFrame)
return