Merge branch 'release'

This commit is contained in:
Veronica Berglyd Olsen
2024-05-01 19:38:38 +02:00
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class GuiDocViewer(QTextBrowser):
font = QFont()
font.setFamily(CONFIG.textFont)
font.setPointSize(CONFIG.textSize)
self.setFont(font)
self.document().setDefaultFont(font)
# Set the widget colours to match syntax theme
mainPalette = self.palette()